body {
	background-color: #cdcfbb;
	font-family: Arial,Helvetica,sans-serif;
} 

a:link { color: black; text-decoration: none;}
a:visited { color: black; text-decoration: none;}
a:hover { color: green; text-decoration: none;}
a:active { color: red; text-decoration: none;}

#logo {
	font-size: 30px;
	font-weight: bold;
	word-spacing: 3px;
	position: absolute; left: 30px; top: 30px; 	
	margin-bottom: 30px;
}

#content {
	position:absolute; left:30px; top:80px;
	background-color: #f5f5f1;
	padding:30px;
}

.temp {
	
}
	
