@charset "utf-8";
/* CSS Document */

body {
	background: url(fundo.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#mae{
	margin:auto;
	width:960px;
}

#conteudo{
	height:530px;
	background-image:url(fundo.png);
	background-repeat:no-repeat;
	margin-top:80px;
}

#topo {
	background-position:left;
	width:50px;
	
}

#topo:hover {
	background-image:url(siteperfeito1.png);
	background-repeat:no-repeat;
	text-decoration:none;
}

#footer {
	font-family:"Century Gothic", Arial, Verdana;
	color:#515151;
	text-align:center;
	font-size:12px;

}

#footer a{
	color:#515151;
	text-decoration:none;
}

#footer a:hover{
	color:#F00;
	
}


/*#video {
	background-color:transparent;
	margin-top: 120px;
	background-position:center;
	
}

 li{
	font-size:25px;
	color:#FF0;
	text-shadow: 2px 2px #004258;
	text-align:center;
	text-transform:uppercase;
	font-family:Impact, sans-serif;
	text-decoration:none;
	list-style-type:none;
	letter-spacing:1px;
	}

#botoes a {
	
	color:#008dbb;
	background-image:url(botao.png);
	text-shadow: 2px  1px #000;
	text-decoration:none;
	padding: 10 20 9 20px;
	display:inline;
	background-repeat:none;
}
	
#botoes a:hover {
	color:#ff0;
	background-color: #135eb3;
	text-decoration:none;
	padding:5px;
	background-image:url(botao2.png);
	padding: 10 20 9 20px;
}*/