@charset "utf-8";
/* CSS Document */

/************************************************************************************/

#background
{
	position:relative;
	margin:auto;
	
	width:100%;
	height:100%;
	
	min-width:960px;
	
	border:0px solid #000;
	background:url(../../images/background.jpg) #96A1A7 repeat-x;
}

/************************************************************************************/

#master
{
	position:relative;
	margin:auto;
	padding-top:0px;
	
	width:960px;
	height:auto;
	
	text-align:center;
	
	border:0px solid #000;
}

/************************************************************************************/

#cadastro
{
	display:none;
	position:absolute;
	
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	
	margin-top:-206px;
	margin-left:-318px;
	
	width:598px;
	height:393px;
	
	top:50%;
	left:50%;
	
	text-align:justify;
	color:#FFF;
	
	opacity:0;
	-moz-opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	
	z-index:99;
	
	background:url(../../images/cadastro.png) no-repeat;
	border:0px solid #000;
}

