/*
tracSEC site by Zeb3dee of webantix.net

Copyright 2009 Webantix.net

*/

html
{
  height:100%;
}

body
{
  background:#000;
  height:100%;
  margin:0;
  text-align:center; /* center things in pre-IE6 */
}

a
{
  text-decoration:none;
}

h1
{
  background:url(../img/tracsec_h1_banner.png) no-repeat;
  font-size:22px;
  font-weight:400;
  margin:0;
  padding:8px 0 26px 10px;
}

#container
{
  background:#161616;
  border-left:#909090 solid 2px;
  border-right:#909090 solid 2px;
  color:#A2DC02;
  font-family:Verdana, FreeSans, Arial, Helvetica, Garuda, sans-serif;
  font-size:14px;
  margin:0 auto;
  text-align:justify;
  width:900px;
}

#top_links
{
  padding:5px 125px 0 0;
  text-align:right;
}

#top_links a
{
  color:#333;
}

#bottom_links
{
  margin:-10px 125px 0 0;
  text-align:right;
}

#title
{
  background:url(/img/tracsec_h1_banner.jpg) #333;
  padding:0 0 0 15px;
}

div.text
{
  padding:0 125px 0 30px;
  text-align:justify;
}

p,p a:hover,#bottom_links a
{
  color:#FFF;
}

p a,#bottom_links a:hover
{
  color:#A2DC02;
}
