/********************* Tags ********************/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	text-align:left;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: normal;
	overflow: auto;
}

h1 { 
	font-size: 1em;
	margin-top: 20px;
} 

img {
	border: none;
} 


/********************* IDs *********************/

#main, #content {
	position: absolute;
	top: 97%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
} 
#main, #content{
	background-repeat: no-repeat;
} 
#main { 
	height: 500px;
	width: 900px;
	background-color:#77D77E
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -250px;
	border:none;
}

#content {
	height: 129px;
	width: 539px;
	top: 275px;
	left: 186px;
	z-index: 2;
	text-align: justify;
	overflow: auto;
	padding-right: 5px;
	font-size: 0.8em;
}
