html, body {
	height:100%;
	background: url(../imagem/splash/bg_splash.jpg) center no-repeat #3b3b3b;	
	margin:0px;
	padding:0px;
	border:0px;
}

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

#splash {
	width:971px;
	height:267px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-133px;
	margin-left:-485px;
	text-align:center;
	/*background: url(../imagem/splash/base.png) no-repeat;*/
	}

.logo_assinatura {
	width: 152px;
	height: 62px;
	position: absolute;
	left: 405px;
	bottom: 0;
	/*background: #FFF;*/
	}
	
.logo_assinatura h1 {
	width: 152px;
	height: 43px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
	background: url(../imagem/splash/splash_logo.gif) no-repeat;
	}
	
.logo_assinatura h1 a {
	width: 152px;
	height: 43px;
	display: block;
	}
	
.logo_assinatura h1 span {
	visibility: hidden;
	}

#centro {
		width:519px;
		height:174px;
	    position:absolute;
	    top:50%;
	    left:50%;
		margin-top:-133px;
		margin-left:-260px;
		text-align:center;
}

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

.textocomum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.textomini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #000;
}
