body {
	background: #1a1a1a;
	color: #999;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #ccc;
}
img {
	border: 0;
	display: block;
	margin: 0;
}
ul, ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}




#wrap {
	background: #1a1a1a;
	overflow: hidden;
	padding: 0 0 40px 0;
	position: relative;
	width: 100%;
}




#head {
	background: transparent url(../images/all/head.jpg) repeat-x 0 100%;
	color: #999;
	height: 110px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 870px;
}
#head img.logo {
	left: 25px;
	position: absolute;
	top: 15px;
}
#head ul {
	bottom: 7px;
	font-size: 11px;
	font-weight: bold;
	left: 7px;
	position: absolute;
}
#head li {
	float: left;
}
#head li a {
	color: #ccc;
	float: left;
	line-height: 20px;
	padding: 0 20px 0 20px;
	text-decoration: none;
}
#head li a:hover {
	background: #666;
}




#page {
	background: transparent url(../images/page/page.jpg) repeat-y 0 0;
	margin: 10px auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 870px;
}




#foot {
	font-size: 11px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 820px;
}
#foot a {
	color: #999;
}
#foot a:hover {
	color: #ccc;
}
#foot li {
	float: left;
	line-height: 20px;
	margin: 0 40px 0 0;
	white-space: nowrap;
}
#foot li.home {
	float: right;
	margin: 0;
}
#foot li.home a {
	background: transparent url(../images/all/foot-home.jpg) no-repeat 100% 50%;
	color: #ccc;
	float: left;
	font-weight: bold;
	line-height: 20px;
	padding: 0 30px 0 10px;
	text-decoration: none;
	-moz-opacity: 0.5;
	opacity: .5;
	filter: alpha(opacity=50);
}
#foot li.home a:hover {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}