html, body {
	margin: 0px;
	background-color: #F3FFCC;
}

div#foto {
 	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
}

div#top {
 	position:absolute;
	text-align: center;
	font-size: 24px;
	font-family: Arial;
	font-style: Italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: black;
	border-bottom: 4px solid #FF0000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}

div#left {
	height: auto; 
	width: 190px; 
	position: relative; 
	top: 45px; 
	left: 10px; 
	float: left;
}

div#banner {
	height: 150px; 
	width: 690px; 
	position: relative; 
	top: 20px; 
	left: 10px;
	background-color: #DCEEBB; 
	border: 1px solid #CBDDCC; 
	padding: 5px 5px 5px 5px;
	text-align: center;
}

div#question {
	width: 350px;
	height: 110px;
	border: 1px solid #000000;
	background-color: #eeeeee;
	visibility: hidden;
	position: absolute;
	top: 200px;
	left: 100px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}

.left_tracker {
	width: 182px;
	text-align: left;
	min-height: 20px;
	height: auto; 
	font-family: Tahoma;
	font-size: 13px;
	background-color: #DCEEBB; 
	border: 1px solid #CBDDCC; 
	padding: 3px 3px 3px 3px;
	overflow: hidden;
	position: relative;
}

.honeypot {
	height: 0px;
	position: absolute;
	margin: -1000px;
	visibility: hidden;
}

