*{
margin:0;
padding:0;
}
body{
background-color:black;
}
#wrap{
width:990px;
margin:10px auto;
background-color:white;
border:1px solid red;
}
#header{
width:990px;
height:100px;
}
#header a{
text-decoration:none;
}
#header img{
border:0;
}
#headerT{
float:right;
padding-right:5px;
width:835px;
}
#headerT h1{
text-align:right;
size:15px;
font-weight:bold;
/*margin-right:5px;*/
width:835px;
}
#headerL{
float:left;
width:150px;
}
#player{
width:790px;
float:right;
padding-right:5px;
}
#player .form_insc{
background:url(images/puff.gif);
padding:5px;
border:1px solid grey;
}
#player .form_insc input{
font-weight:bold;
}
#player .form_insc span{
color:red;
size:16px;
font-weight:bold;
}
#player p{
text-align:justify;
}
#menu{
width:190px;
float:left;
border-right:1px solid grey;
}
#menu li{
list-style: none;
width:190px;
padding-left:5px;
}
#menu li a{
color:red;
text-decoration:none;
font-weight:bold;
}
#menu li a:hover{
color:black;
text-decoration:none;
font-weight:bold;
}

#footer{
text-align:center;
clear:both;
width:990px;
}
