
html,body{
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#6d802d;
	text-align:center;
}

img { border: 0; }

a:link, a:visited, a:hover, a:active { outline: none; color: #DDFFAA; }

#cent1{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-97px;
	margin-left:-100px;
	width:200px;
	height:200px;
	overflow:hidden;
	text-align:left;
	font-family:monospace;
	font-size:16px;
	font-weight:900;
	color:#3d422d;
}

#cent2{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-100px;
	width:200px;
	height:200px;
	overflow:hidden;
	text-align:left;
	font-family:monospace;
	font-size:16px;
	font-weight:100;
	color:#deecae;
}

#stuff{
	position: absolute;
	top:60%;
	left:50%;
	margin-top:-100px;
	margin-left:-100px;
	width:200px;
	height:200px;
	overflow:hidden;
	text-align:left;
	font-family:monospace;
	font-size:14px;
	font-weight:100;
	color:#deecae;
}

#contact{
	position: absolute;
	top:90%;
	left:50%;
	margin-top:-100px;
	margin-left:-100px;
	width:200px;
	height:200px;
	overflow:hidden;
	text-align:left;
	font-family:monospace;
	font-size:14px;
	font-weight:100;
	color:#deecae;
}

#contactform{
	position: absolute;
	top:90%;
	left:50%;
	margin-top: -200px;
	background: #607820;
	padding-bottom:1px;
	padding-top:10px;
	width:235px;
	overflow:visible;
}

#contactnotes{
	font-family:monospace;
	font-size:14px;
	font-weight:100;
	color:#deecae;
}


.button {
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 

	background: white;

	color: #333333; 

	font: 11px Verdana, Helvetica, Arial, sans-serif;

	-moz-border-radius: 3px;
}


.default-value {
	margin: 5px;
	padding: 0px;
	
	width: 200px;

	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 

	background-color: #EEFFEE;
	color: #333333; 

	font: 11px Verdana, Helvetica, Arial, sans-serif;

	-moz-border-radius: 3px;
}
