/* CSS Document */
#Logo {
	position:fixed;
	left:50%;
	top:0px;
	width:802px;
	margin-left:-400px;
	z-index:1;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	background:url(images/bg.jpg);
}
#Content {
	position:absolute;
	left:50%;
	top:0px;
	width:800px;
	margin-left:-400px;
	z-index:1;
	overflow:visible;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	color: #663300;
}
a {
	text-decoration:none;
	color: #663300;
}
.title {
	font-size: 24px;
}
