#center {
	float:left;
	display:inline;
	position:relative;
	left:50%;
	margin-left:-512px;
	width:1024px;
	background:transparent url(../images/backs/center.gif) left top repeat-y;
}
#top {
	float:left;
	width:1024px;
	background:transparent url(../images/backs/top.gif) left top no-repeat;
	height:300px;
}
#top img {
	float:left;
	width:100%;
	height:100%;
}
#top div {
	float:left;
	width:242px;
	height:242px;
	margin:24px auto auto 10px;
}
#top span {
	float:right;
	width:362px;
	height:161px;
	margin:39px 397px auto auto;
}
#content {
	float:left;
	display:inline;
	background:transparent url(../images/backs/content.gif) left top no-repeat;
	min-height:449px;
	width:1024px;
}
#content_left {
	float:left;
	display:inline;
	width:210px;
	margin:68px auto auto 27px;
}
#content_right {
	float:right;
	width:750px;
	margin:0 28px auto auto;
}
#bottom {
	float:left;
	width:1024px;
	background:transparent url(../images/backs/bottom.gif) left top no-repeat;
	height:51px;
	margin-top:30px;
}
#bottom div {
	float:right;
	text-align:right;
	color:#fff;
	font-size:11px;
	margin:20px 26px auto auto;
	text-transform:uppercase;
}
#bottom a {
	color:#fff;
}
