@charset "utf-8";
body {
	background-image: url(wallpaper.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
#principal {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#topo {
	background-image: url(topo.png);
	float: left;
	height: 130px;
	width: 860px;
}
#meio {
	background-image: url(meio.png);
	float: left;
	width: 860px;
}
#rodape {
	background-image: url(rodape.png);
	float: left;
	height: 100px;
	width: 860px;
}
#menu {
	float: left;
	width: 120px;
	margin-top: 30px;
	margin-left: 40px;
}
#texto {
	float: left;
	width: 420px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 30px;
}
#propaganda {
	float: left;
	width: 160px;
	margin-right: 40px;
	margin-top: 30px;
}
#texto_topo {
	background-image: url(texto_topo.png);
	float: left;
	height: 50px;
	width: 420px;
}
#texto_meio {
	background-image: url(texto_meio.png);
	float: left;
	width: 320px;
	padding-right: 50px;
	padding-left: 50px;
}
#logo {
	background-image: url(adidas2.gif);
	float: left;
	height: 80px;
	width: 111px;
	margin-top: 40px;
	margin-left: 40px;
}
#titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	float: left;
	width: 420px;
	margin-top: 60px;
	margin-left: 40px;
}
#texto_rodape {
	background-image: url(texto_rodape.png);
	float: left;
	height: 50px;
	width: 420px;
}
#rodape2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	float: left;
	width: 860px;
	margin-top: 30px;
}
