@CHARSET "UTF-8";
body {
	background-image: url("../img/bodybg.gif");
	background-repeat: repeat;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}
/* page layout */
#main {
	/*display: block;*/
	margin: 0 auto;
	width: 1000px;
}
#header {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #131313), color-stop(0.49, #040404), color-stop(0.41, #242323), color-stop(0.00, #0e0d0d));
	background: -webkit-linear-gradient(top, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	background: -moz-linear-gradient(top, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	background: -o-linear-gradient(top, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	background: -ms-linear-gradient(top, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	background: linear-gradient(to bottom, #0e0d0d 0%, #242323 50%, #040404 52%, #131313 100%);
	display: inline-block;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	max-height: 87px;
}
#headH1 {
	border-bottom: 1px solid #444;
	margin: 0;
	max-height: 87px;
}
#headLink {
	display: inline-block;
	margin: 0 auto;
	max-height: 87px;
}
#headImage {
	max-height: 87px;
}
#menu{}
#contents {
	margin: 97px 0 52px 0;
	width: 100%;
}
#footer {
	background-color: #000;
	bottom: 0;
	color: #fff;
	height: 42px;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
}
#copyright {
	display: inline-block;
	margin: 10px 0;
}