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

a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}
a:hover {text-decoration:none}
img {border:0px;}

body {
width:100%;
min-height:100%;
margin:0px;
padding:0px;
text-align:center; /*center hack*/
background-color:#6E9F9F;
	}
#wrap1 {
width:100%;
z-index: 2;
position:absolute;
top:110px;
*top:95px;
margin:0px;
padding:0px;
	}
.wrap1 {
	display:table;
	width:830px;
	height:auto;
	margin:0 auto;
	}
#menu {
	display:table;
	width:830px;
	height:auto;
	}
#wrap2 {
	display:table;
	width:100%; /*center hack*/
	margin:0px; /*center hack*/
	padding:0px;
	height:auto;
	background:url(../imagens/bg_surfistas3.jpg) no-repeat top center;
	}
.wrap2 {
	width:830px; 
	margin:0 auto;
	}
/* wrap2 */
.aiaiai {
	margin-left:15px;
	float:left;
	width:800px;
	}
.top {
	float:left;
	width:800px;
	height:230px;
	}
.center {
	float:left;
	width:800px;
	height:auto;
	background:#FFFFFF;
	margin-bottom:-5px; 
	}
.bottom {
	border-top:1px solid #999999;
	width:800px;
	height:30px;
	background:#000000;
	float:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	}
/* wrap2 (fim) */



