* {
	margin:0px;
	padding:0px;}

body {
	background-image:url('../img/bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color: #780000;
}

.main {
	position: relative;
	width:1015px;
	height:685px;
	background-image:url('../img/main.png');
	background-position:center;
	background-repeat:no-repeat;
	margin-top:100px;
}

.menu {
	position: absolute;
	z-index:100;
	width: 890px;
	height: 37;
	top: -5px;
	left: 100px;
}

.corpo {
	position: absolute;
	z-index:200;
	width: 460px;
	height: 548px;
	top:49px;
	left: 278px;
}

.footer {
	position: absolute;
	z-index:300;
	width: 280px;
	height: 20px;
	top:660px;
	left: 22px;
}

.privacy {
	position: absolute;
	z-index:400;
	width: 187px;
	height: 20px;
	top:660px;
	left: 756px;
}

.footxt {
	font-size: 10px;
	color: #FFF;
}
.footxt:link {
	text-decoration: none;
}
.footxt:visited {
	text-decoration: none;
}
.footxt:hover {
	text-decoration: underline;
	color: #FC0;
}
.footxt:active {
	text-decoration: none;
