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