body {
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	background-color: #9e3300;
	overflow: hidden;
	color: #FFF;
}

h1 {
	position: absolute;
	left: 28px;
	top: 240px;
}

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

.portugues, .ingles {
	display: block;
	position: absolute;
	width: 174px;
	height: 36px;
	top: 128px;
	left: 30px;
}

a {
	cursor: pointer;
}

.portugues span {
	background-image: url('../imagem/splash/_portugues.gif');
	position: absolute;
	display: block;
	width: 178px;
	height: 36px;
	top: 0px;
	left: -2px;
}

.ingles {
	width: 143px;
	left: 202px;
}

.ingles span {
	background-image: url('../imagem/splash/_ingles.gif');
	position: absolute;
	display: block;
	width: 159px;
	height: 36px;
	top: 0px;
	left: 0px;
}

.laco {
	position: absolute;
	width: 183px;
	height: 290px;
	background-image: url('../imagem/splash/bg_laco.gif');
	top: 0;
	left: 344px;
}

.banda {
	background-image: url('../imagem/splash/abertura.jpg');
	position: absolute;
	width: 414px;
	height: 336px;
	left: 360px;
	top: 0;
}

.contato {
	position: absolute;
	top: 357px;
	left: 27px;
}

.contato p {
	margin: 0;
	padding: 0;
}

.resolucao {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 362px;
	left: 616px;
}

.assinatura {
	display: block;
	position: absolute;
	width: 59px;
	height: 5px;
	top: 385px;
	left: 692px;
	overflow: hidden;
	cursor: pointer;
}

.assinatura span {
	background-image: url('../imagem/splash/assinatura.gif');
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 59px;
	height: 5px;
}

