html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color:#000000;
  font-family: Tahoma, Arial, Helvetica, Verdana;
  font-size: 11px;

 background-repeat:  repeat-x;
 background-position:center top;
 }
a{
text-decoration:none;
margin:0 auto;}
a:hover{
color:#ffffff;
}
img{
border:0px;
margin:0 auto;
}
 #container-page {
 position: relative;
 min-height: 97%;
 height: auto !important;
 height: 97%;
 padding-bottom: 15px;

 }

#header{
height:84px;
width:800px;
margin:0 auto;
text-align:center;
padding-top:26px;

}
#logo{
padding-left:10px;
margin-left:25px;
}
#enter{
background-image:url("/img/sign.gif");
 background-repeat:no-repeat;
 margin:0px 0 15px 0px;
 width:433px;
 height:96px;
 display:block;
}
.dots{
background-image:url("/img/dots.gif");
 background-repeat:no-repeat;
 width:426px;
 height:12px;
 display:block;
 float:left;
 margin:10px 0 0px 0;
}

.popup_bt{
background-image:url("/img/fsb.gif");
 background-repeat:no-repeat;
 background-position:0 0;
 width:188px;
 height:39px;
 display:block;
 float:left;
}
.popup_bt:hover{
 background-position:0px -43px;
}
.browser_bt{
background-image:url("/img/bw.gif");
 background-repeat:no-repeat;
  background-position:0 0;
  width:188px;
 height:39px;
 display:block;
 float:right;
}
.browser_bt:hover{
background-position:0px -43px;
}
ul{
text-align:left;
margin-left:325px;
}
#content{
margin:0 auto;
width:800px;
padding-bottom: 15px;
padding-bottom:50px;
}

#content #buttons{
width:427px;
height:100px;
margin:20px auto;
}

#content #splash {
text-align:center;
margin-bottom:0px;
color:#ffffff;
}
#content #splash a{
color:#3b3b3b;
}
#content #splash a:hover{
color:#ffffff;
}
#footer{
clear:both;
width: 100%;

min-width:800px;
margin:0 auto;
position: absolute;
bottom: 5px !important;
bottom: -1px;
 height: 20px;
	color:#aaaaaa;
}

#footer a{

margin-left:10px;
	color:#aaaaaa;
}
#footer a:hover{
color:#ffffff;
}
#footer .ftleft{
	width: 600px;
	float: left;
	padding-left:30px;
	
}
#footer .ftright{
	float: right;
	text-align: right;
	width: 250px;
	padding-right:30px;
}
#footer .ftright a{
	color:#aaaaaa;
}
#footer .ftright a:hover{
	color:#ffffff;
}
#info{

color:white;
}
#info p a{
color:white;
}
#info p a:hover{
color:#ffcc00;
}

