@import "style.css";
body {
	text-align:center;
	background:url(../images/bg_body2.png) top repeat-x;
}
#header {
	text-align:left;
	width:100%;
	background:url(../images/bg_header.png) center top no-repeat;
}
#header_inner {
	width:940px;
	margin:0 auto;
	height:135px;
	position:relative;
}
#header p {
	position:absolute;
	left:0;
	top:19px;
	width:459px;
	height:36px;
}
#header p a {
	display:block;
	text-indent:-9999px;
	outline-style:none;
	background:url(../images/bg_logo.png) 0 0 no-repeat;
	width:459px;
	height:36px;
}
.header_btns {
	position:absolute;
	right:0;
	top:25px;
	text-align:right;
}
.header_btns a {
	margin-left:9px;
}
.header_links {
	position:absolute;
	text-align:right;
	top:81px;
	right:0;
}
.header_links a {
	margin-left:4px;
	color:#cccccc;
}
.header_links a:hover {
	color:#fff;
	text-decoration:none;
}
.header_links span {
	float:left;
}
