* {
  padding:0px;
  margin:0px;
}

body {
font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
    background:#0A0A0A;
	}
#wrap{
	margin:0 auto;
	width:985px;

	font-size:1.20em;
    background:#000000
  	}
#newsticker{
   float:right;
   width:445px;
   height:15px;
   margin-top:165px;
   margin-right:-280px;
   vertical-align:center;
    }
div.newsticker{
   float:right;
   width:372px;
   height:15px;
   margin-top:-17px;
    color:white;
   vertical-align:center;
}
div.newsticker a{
text-decoration:none;
}

div.bar_top{
  height:38px;
  width:985px;
  background-image: url('../img/top_bar.jpg');
}
div.header{
  height:237px;
  width:985px;
  background-image: url('../img/banner.jpg');
}
#nav{
float:left;
padding:4px 0px 0px 0px;
  height:46px;
  width:983px;
  text-align:left;
  overflow:hidden;
}

#advert_roster{

  height:106px;
  width:985px;
  background-image: url('../img/advert_roster.jpg');
}
#advert{
float:left;
height:71px;
width:455px;
margin:8px 0px 7px 8px;
color:white;
padding-top:15px;
}
#roster{
float:right;
color:white;
height:86px;
width:455px;
margin:8px 10px 7px 0px;
}
 #user_panel{
    float:right;
    margin:45px 10px 10px 0px;
    height:130px;
    width:270px;
 }

#content{
  float:left;
  width:985px;
  float:left;
  background:#000000;
}
#left{
  float:left;
  margin-left:1px;
  width:256px;
  height:612px;
  background-image: url('../img/left.jpg');
  overflow:hidden;
}
#center{
  float:left;
  width:471px;
  overflow:hidden;
  background-image: url('../img/center.jpg');
  background-position:top center;
  background-repeat:no-repeat;
  background-color: #1B1B1B;
  color: #ffffff;
  font-family: Tahoma, Arial, sans-serif;
  padding:45px 0px 5px 0px;
}
#right{
  float:left;
  width:257px;
  overflow:hidden;
    background-image: url('../img/right_bg.gif');
}
#footers{
    float:left;
    margin: 0 auto;
    height:71px;
    width:985px;
    background-image: url('../img/footer.jpg');
}
#user_panel input.un_text{
  background-color: #000000;
  border: 1px solid #242424;
  color: #f2f2f2;
  height: 21px;
  width: 164px;
  text-align:left;
  background-image: url('../img/userform.jpg');
  background-repeat: no-repeat;
  background-position: right top;
}
#user_panel input.pw_text{
  background-color: #000000;
  border: 1px solid #242424;
  color: #f2f2f2;
  height: 21px;
  width: 164px;
  text-align:left;
  background-image: url('../img/passform.jpg');
  background-repeat: no-repeat;
  background-position: right top;
}
#user_panel input.button{
  background-color: #000000;
  border: 1px solid #242424;
  color: #f2f2f2;
  height: 39px;
  width: 92px;
  text-align:left;
  background-image: url('../img/loginbtn.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  margin-top:-5px;
}


