/* 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: #000;
	height:100%;
	width:100%;
    margin:0 auto;
	overflow: hidden;
}

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

*, img {
	border: 0;
}

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

#splash {
	background:#000;
	width: 778px;
	height: 410px;
	position: absolute;
	top: 50%;
	margin-top: -205px;
	left: 50%;
	margin-left: -389px;
	background-position: 20px 20px;
}
