body{
	margin:0;
	text-align:center;
	background-color:#6A1004;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-image:url(img/bg_root.jpg);
	background-repeat:repeat-y;
}

#left{
	float:left;
	width:343px;
	background-image:url(img/btn_1.jpg);
	background-repeat:no-repeat;
}

#right{
	float:right;
	width:457px;
}

#footer {
	float:left;
	width:800px;
	height:62px;
	clear: both;
}
