html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: "Trebuchet MS", "Tahoma";
	color: #fff;
	font-size: 14px;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
}

a {
	cursor: default;
}

img {
	border: 0;
}

#header {
	width: 100%;
	height: 70px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#header_left {
	float: left;
	width: 456px;
	height: 70px;
	background-image: url(../images/header_left.png);
	cursor: pointer;
}

#header_right {
	float: right;
	width: 188px;
	height: 70px;
	background-image: url(../images/header_right.png);
}

#title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	left: 470px;
	top: 8px;	
}

#info {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	left: 470px;
	top: 37px;
}

.float_left {
	float: left;
}
