@charset "utf-8";
/* CSS Document */

body{
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/back.jpg) repeat-x top #2e3e42;
}

#total {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*background:url(../images/back_geral.jpg) repeat-y center;*/
	/*background:url(../images/back.png) #000;*/
}

#corpo {
	width: 766px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background:#000;
}

.header {
	width:766px;
	height:315px;
	text-align:center;
	background: #485052;
}

.main {
	width:726px;
	height:100%;
	overflow:hidden;
	padding-left:20px;
	padding-top:15px;
	padding-right: 20px;
	padding-bottom:10px;
	background:url(../images/main.jpg) repeat-y center;
}
/*
.main_left {
	float:left;
	width:360px;
	height:100%;
	text-align:left;
	overflow:hidden;
	padding: 20px 0px 0px 25px;
}

.main_right {
	float:right;
	width:350px;
	height:100%;
	/*text-align:right;
	overflow:hidden;
	padding: 20px 25px 0px 0px;
}
*/
.footer {
	width:100%;
	height:40px;
	text-align:center;
	background: url(../images/footer.jpg) no-repeat;
}

.button {
	background-color: #333;
	border: #000000 1px solid;
	color:#FFFFFF;
	font-weight:bold;
	width: 70px;
	height: 22px;
	padding-bottom: 5px;
}

.img {
	padding: 0px 8px 0px 0px;
	float:left;
}

