﻿/*	css via f.marinelli 	*/
/*	morangorama@gmail.com	*/

body
{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	color:#000;
	overflow: hidden;
}

.header{
	width: 100%;
	background: #ffff00;
}

.header h2{
	padding: 4px;
	font-weight: normal;
}

.splash{
	display: block;
	position: absolute;
	width: 1600px;
	height: 1200px;
	margin: -600px 0 0 -800px;
	top: 50%;
	left: 50%;
	background: transparent url(../img/linhas.png) center center no-repeat;
	_behavior: url(util/css/iepngfix.htc);
}

.splash .splashContent{
	display: block;
	position: absolute;
	width: 516px;
	height: 72px;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -318px;
	background: transparent url(../img/x.gif) 309px 0 no-repeat;
}

.splash .splashContent h1{ 
	display: inline;
	float: left;
	width: 286px;
	height: 59px;
	background: transparent url(../img/soycontra.gif) top left no-repeat;
	text-indent: -9999px;
}

.splash .splashContent h2{ 
	display: inline;
	float: right;
	width: 130px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(../img/telefone.gif) top left no-repeat;
	padding-bottom: 4px;
}

.splash .splashContent a, .splash .splashContent a:hover{ 
	display: block;
	float: right;
	clear: right;
	width: 128px;
	height: 14px;
	text-indent: -9999px;
	background: transparent url(../img/mail.gif) bottom left no-repeat;
	cursor: pointer;
}

.splash .splashContent a:hover{
	background-position: top left;
}