/* standard elements */
* {
margin : 0;
padding : 0;
}

html, body {
background-color:#000000;
height: 100%;
background-image:url(images/bg.jpg);


}

#container {
margin : 0 auto;
margin-top : 10px;
margin-bottom : 10px;
width : 980px;
height:auto;
float:inherit;
z-index:1;
}
#Layer4 {
position:absolute;
margin : 0 auto;
margin-top : 200px;
margin-left:275px;
width : 650px;
height:500px;
z-index:3;
visibility: hidden;
}
#players{
visibility:hidden;
position:absolute;
margin-top : 200px;
margin-left:275px;
width : 650px;
height:500px;
z-index:30;
}
.conteudo  {
border : 1px solid #0099FF;
	

}

p {
font : 14px Trebuchet MS, Verdana, "Lucida Sans Unicode", sans-serif;

}

#texto1 {
width:470px;
height:950px;
padding : 10px 10px 12px 28px;
border-left : 30px;
border-right : 30px;
vertical-align:top;

}

.box {
border : 1px solid #0099FF;
background-color : #000;
font : 12px Trebuchet MS, Verdana, "Lucida Sans Unicode", sans-serif;
color:#FFFFFF;

}
.texto {
font : 12px Trebuchet MS, Verdana, "Lucida Sans Unicode", sans-serif;
color:#FFFFFF;
}

#left{
width:300px;
float:left;
font : 14px Trebuchet MS, Verdana, "Lucida Sans Unicode", sans-serif;
padding:10px 10px 10px 10px;
}
#left img{
float:left;
padding-bottom:10px;
}
.loca{
position:static;
float:left;
bottom: 0;
width:900px;
height:50px;

}

.loca p{
float:right;
color:#FFFFFF;
font : 14px Trebuchet MS, Verdana, "Lucida Sans Unicode", sans-serif;
font-weight:normal;
}
.loca a{
float:right;
font : 12px Arial;
color:#fff;
}
#right{
width:594px;
float:left;
font : 14px Trebuchet MS, Verdana, "Lucida Sans Unicode", sans-serif;
text-align:justify;
color:#fff;
padding:0px 0px 0px 5px;
}
#right a{

font : 12px Arial;
color:#fff;
}
#right h1{
float:inherit;
font : 24px Arial Black;
color:#FFFF00;
font-weight:bold;
}

#right h2{
float:inherit;
font : 16px Arial;
color:#FFF;
font-weight:bold;

}
#menu{
width:auto;
float:right;
padding:0 0 0px 0px;
}
#menu li, #menu img{
float:right; 
list-style-type:none
}
a {
font : 14px Trebuchet MS, Verdana, "Lucida Sans Unicode", sans-serif;
color:#0099FF;
text-decoration : none;
}
a:hover {
color:#FFFF00;
text-decoration : none;
}