/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
.homeBox, .introBox {
	width: 800px;
	height: 500px;
	margin: 20px auto;
}
.logo {
	width: 308px;
	height: 137px;
	float: right;
	margin-top: 360px;
}
.homeBox .logo {
	background: url(../images/site/home-logo.jpg) no-repeat;
}
.introBox .logo {
	background: url(../images/site/intro-logo.jpg) no-repeat;
}
.logo .enter {
	width: 52px;
	height: 11px;
	line-height: 1px;
	font-size: 1px;
	margin: 105px 0px 0px 255px;
}
.logo .enter .button {
	width: 52px;
	height: 11px;
	line-height: 1px;
	font-size: 1px;
	cursor: pointer;
}
.homeBox .items {
	font-family: "Courier New", Courier, monospace;
	padding: 30px;
	float: left;
}
.homeBox .items a {
	color: #aaa;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/site/box.gif) no-repeat;
}
.homeBox .items a:hover {
	color: #828282;
	background: url(../images/site/boxDark.gif) no-repeat;
}
.clear {
	clear: both;
}