/* CSS Document */

html, body {
	height: 100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:0.9em;
	line-height:22px;
	background-color:#fff;
}
#outer {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#outer[id] {
	display: table;
	position: static;
}
#middle {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
} /* for explorer only*/
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#inner {
	position: relative;
	top: 50%;
	height:390px;
	text-align: left;
} /* for explorer only */
#inner {
	width: 686px;
	margin-left: auto;
	margin-right: auto;
} /* for all browsers*/
		/* optional: #inner[id] {position: static;} */
#inner a {
	border:none;
	font-weight:bold;
	color:#333333;
}
#inner img {
margin:10px 0;
border:none;
}
#inner p {
	text-align:center;
	margin:10px 0;
}
#inner h1 {
	font-size:1.4em;
	margin:0;
	padding:0;
}
#inner h2 {
	font-size:1em;
	margin:0;
	padding:0;
}
#destaque {
	height:390px;
}
#mask {
	z-index:999;
	position:absolute;
	top:11px;
	left:630px;
}
#entrar {
	position:absolute;
	top:352px;
	left:600px;
}
#slideshow {
	position:absolute;
	overflow:hidden;
	top:11px;
	left:417px;
	width:255px;
	height:255px;
	
}
