html, body {
	height: 100%; }
body {
	background: #4f0e11 url(../Images/Choose/background.jpg) no-repeat 50% 50%; 
	padding: 0px;
	margin: 0px; }
	
#top {
    width:100%;
    height:105px;}
#top #top_bar {
    width:100%;
    height:34px;
    background-color:#000000;
    border-bottom:Solid 1px Gray;}
#top #top_bar img {
    margin-right:15%;}
#top div .imgl{
    margin-left:15%;
    margin-top:10px;}
#top div .imgr{
    margin-right:14%;}

#content {
	position: absolute; 
	top: 50%;
	left: 50%;
	margin: -230px 0px 0px -405px; 
	width: 811px; }
#content .center {
	color: #fff;
	background: transparent url(../Images/Choose/content_bg.gif) no-repeat;
	height: 351px;
	margin: 20px auto 0px;
	padding-top: 1px; }
#content .center h1 {
	margin: 40px 34px 0px;
	font: normal 36px "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
#content .center p {
	margin: 0px 34px;
	padding: 0px;
	font: normal 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
#content .center div {
	margin: 20px 0px 20px 34px; }
#content .center div a {
	float: left;
	display: block;
	margin: 0px 16px 0px 0px; }
/*#content .center div a img {
	border: 0px; }*/

#footer {
	position: absolute;
	bottom: 0px;
	background-color: #000; 
	width: 100%;
	height: 60px; }
#footer .center {
	margin: 0px auto;
	width: 812px; }
#footer .center img.fl {
	margin-right: 20px;
	margin-top:15px; }
#footer .center p {
	color: #666;
	margin: 15px 0px 0px;
	font: 8px Arial, Helvetica, sans-serif;
	width: 665px;
	line-height: 8px;
	text-align: center; }
	
.fl {
	float: left; }
.fr {
	float: right; }
.ff {
	float: none;
	clear: both;
	height: 1px; }