@charset "utf-8";
body {
	background-color: #00121e;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #0CF;
	padding-top: 30px;
}



#geral {
	margin: auto;
	width: 900px;
	height: 1420px;
	background-image: url(../img/fundo.png);
	background-repeat: no-repeat;
}
#topo {
	height: 150px;
	width: 900px;
}
#tp1 {
	float: left;
	height: 150px;
	width: 100px;
	background-image: url(../img/player.png);
	background-repeat: no-repeat;
	background-position: 5px 50px;
}

#tp2 {
	float: left;
	height: 150px;
	width: 200px;
}

#tp3 {
	float: left;
	height: 100px;
	width: 600px;
	margin-top: 50px;
}


/*INICIO CONFIG DO MENU */
#menu ul{
	font-size:16px;
    padding:0px;
    margin-top:50px;
	margin-left:20px;
    list-style:none;
}

#menu ul li { display: inline; 
}

#menu ul li a {
	padding: 2px 10px;
	display: inline-block;
 
/* visual do link */
	background-color:#000000;
	color: #FFF;
	text-decoration: none;
	border-bottom: 3px solid #EDEDED;
}

#menu ul li a:hover {
	background-color:#FFFFFF;
	color: #000000;
	border-bottom:3px solid #000000;
}

/*FIM CONFIG DO MENU */
#conteudo {
	width: 900px;
	font-size: 14px;
	text-align: justify;
}
#ct1 {
	float: left;
	height: 1140px;
	width: 770px;
	margin-right: 10px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-image: url(../img/bx_vd.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#rodape {
	height: 80px;
	width: 900px;
	color: #CCC;
	margin-top: 1180px;
	background-image: url(../img/logos.png);
	background-repeat: no-repeat;
	background-position: right;
}
