@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCC66;
	background-image: url(../edge.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#layout {
	height: 1100px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../newback.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#content {
	position: absolute;
	height: 200px;
	width: 524px;
	left: 476px;
	top: 180px;
	text-align: justify;
}
#window {
	position: absolute;
	height: 355px;
	width: 425px;
	left: 28px;
	top: 181px;
	background-color: #000000;
}
#nav {
	position: absolute;
	height: 45px;
	width: 1024px;
	left: 0px;
	top: 0px;
}
a {
	color: #FF9966;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
}
