@import "reset.css";
/* @import "base.css"; */
#main-body 
{
	overflow:hidden;
	padding:0 13px;
	position:relative
}

.float-left 
{
	float:left;
	overflow:hidden;
	width:618px
}

.float-right 
{
	float:right;
	margin-top:10px;
	overflow:hidden;
	width:319px
}

.wrapper 
{
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:985px
}

/* CSS Document */
body 
{
	background-color:#8a0000;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size:100%

}

