body, html{
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Courier New, Courier New, monospace; 
	color: #333; 
	line-height: 1,5; 
	font-size: 11px;
	background-image: url('../images/paper.jpg');
}

a {
	text-decoration: none;
	color: #FFB402;
}

a:hover {
	text-decoration: none;
	color: #333;
	background-color: #FFB402;
}

#main{
	width: 1200px;
	margin: auto;
	margin-top: 5%;
}

#site_info{
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	color: rgb(100,100,100);
}