html, body 
{
	height:100%;
}
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-color: #000;
	background-image: url(../back/sac.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
a  
{
	/* cor do texto */
	color: #0078D3;
	/*display:block; */
	text-decoration: none;
}

a:visited 
{
	color: #0078D3;
	text-decoration:none; 	
}

a:hover 
{
	color: #0078D3;
	text-decoration:underline; 	
}


#contato_texto1
{
	font: 13px Arial, Verdana;
	position:absolute;
	text-align:left;
	z-index:2;
	left: 95px;
	top: 80px;
}

#contato_texto2
{
	font: 13px Arial, Verdana;
	position:absolute;
	text-align:left;
	z-index:2;
	left: 395px;
	top: 80px;
}

#contato_form
{
	font: 13px Arial, Verdana;
	color:White;  
	font-weight:normal;  
	position:absolute;
	width:500px;
	height:500px;
	z-index:1;
	left: 650px;
	top: 80px;
	text-align:left;  
}

#barra 
{
	position:absolute;
	width:1px;
	height:770px;
	z-index:3;
}

	
*{ outline:0; outline:none;}
