	/* CSS Document */
.no_js { 		display: block }
.has_js {		display: none }
.js .no_js { 	display: none }
.js .has_js { 	display: block }

body, html {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	background-color: #FFF;
	height:100%;
	width:100%;
    margin:0 auto;
	overflow: hidden;
	background-color: #E1E1DF;
}

a {
	text-decoration:none;
	color:#FFF;
}

* {
	border: 0;
}

#main {
	height:100%;
	width:100%;
    margin:0 auto;
}

#splash {
	background-color:#E1E1DF;
	width: 778px;
	height: 410px;
	position: absolute;
	top: 50%;
	margin-top: -205px;
	left: 50%;
	margin-left: -389px;
	background-position: 20px 20px;
	background-image: url(../imagem/splash.jpg);
}