/* html, body {
 height: 100%;overflow: hidden; 
}
 #maincontainer {
 height: 100%; overflow: auto; position: relative; z-index: 2;
} */

#teaser{
	position:absolute;
	z-index: 9999;
	width: 100%;
	top:0;
	left:0;
	background-color: #000;
	display:none;
}

#teaser_img_container{
	display:none;
	position:absolute;
	top:0;
	left:0;
	_left:25%;
	
	margin:45px auto;
	z-index:10000;
	width:100%;
}



#teaser_img{
	width:730px;
	margin:0 auto;
}

#teaser_bar_container{
	width:100%;
	height:130px;
	z-index:10001;
	position:absolute;
	display:none; 
	top:0;
	left:0;
	_left:25%;
	margin:0 auto;
}
#teaser_bar{
	background:#666;
	width:730px;
	height:80px;
	position:relative;
	z-index:10002;
	margin:45px auto;
}

#teaser_logo{
	display:none;
	margin:0 20px;
	padding-top:10px;
}

#teaser_buttons {
	top:10px;
	right:00px;
	position:absolute;
	color:#000;
	background:white;
	padding:6px;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	z-index:10002;
	width:100px;
	display:none;
}

#teaser_quadro_container{
	position:absolute;
	z-index:10003;
	top:0;
	left:0;
	width:100%;
}
#teaser_quadro{
	display:none;
	margin-top:220px;
	_position:relative;
	_left:50%;
}