@charset "utf-8";
/* CSS Document */

Body {
	background-color: #B3B3B3;
}

#main {
	background-image:url(../images/background.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 768px;
	width: 1024px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#title {
	width: 944px;
	height: 90px;
	padding: 20px;
	font-size: 20px;
	padding-bottom: 0px;
	vertical-align: bottom;
	background-image: url(../images/title.png);
	background-position:center;
	background-repeat:no-repeat;
}

#menu {
	width: 150px;
	height: 616px;
	padding: 0px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333;
}
#topmenu {
	text-align: center;
	top: 55px;
	position: relative;
	height: 35px;
	background-image: url(../images/top_menu.png);
	background-position:center;
	background-repeat:no-repeat;
}
#copy {
	font-size: 14px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	color: #333;
}
body {
	color: #B3B3B3;
}
