/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #000;
	text-align: center; /* horizontal centering for IE Win quirks */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header {
	display: none;
}

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -279px; /* half of container's height */
	float: left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	height: 558px;
	width: 992px;
	clear: left;
}

#container p {
	padding: 10px 0;
}

#contato {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#formContato {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	background: #FFF;
	margin: 100px 296px 0 296px;
	padding: 20px;
}

#formContato h2 {
	text-align: left;
	padding-bottom: 10px;
	font-weight: normal;
}

#formContato td {
	text-align: left;
	vertical-align: top;
}

#mensagem {
	position: relative;
	z-index: 9999;
	background: #FFF;
	margin: -450px 296px 0 296px;
	padding: 20px 20px 0 20px;
}

#mensagem p {
	padding-bottom: 20px;
}

#mail {
	float: right;
}

#mail a {
	display: block;
	text-indent: -9999px;
	background: url(images/mail_off.png) no-repeat top left;
	width: 66px;
	height: 12px;
}

#mail a:hover {
	background: url(images/mail_on.png) no-repeat top left;
}

h1 {
	font-size: 16px;
	font-weight: normal;
}

a {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}