@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	font-size:62.5%;
	background-color:#150F19;
	color: #CCCCCC;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
}
a {
	outline:none;
}
a:link img, a:visited img, a:hover img, a:active img {
	border:none;
}
li {
	list-style:none;
	float:left;
}
div#page {
	width:912px;
	height:629px;
	margin-left:auto;
	margin-right:auto;
}
