body {background: #333333; margin:0; padding:0; width: 100%;}



.main {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	padding-top: 0px; 
	padding-right: 0px; 
   	padding-left: 0px; 
    	padding-bottom: 1px;
    	overflow: auto;
	margin: 0;
	background-color: #669966;
	text-align: center;
	color: #cccccc;  	
}

.text {
	position: relative;
	top: 2%;
	left: 0px;
	font-family: trebuchet ms; sans serif;
	font-size: 12pt;
	text-align: center;
	color: #000000;
}

	
	
	