@charset "UTF-8";
body {
	background-color: #1e3c3f;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a87839;
	margin:0;
}
a {
	color:#bca771;
}
a:hover {
	color:#e6c97d;
}	
#container {
	width:390px;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}
