@charset "utf-8";
/* CSS Document */

body {
	background-color: #800d0c;
	margin-top: 0px;
	background-image:url(img/reapet_left.jpg);
	
	
}



#wrapper {
	margin-left: 7%;
	margin-right: 5%;
	float: none;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}


#inbox {
	
	position:fixed;
	height: 100%;
	width: 1092px;
}


#header {
	height: 319px;
	width: 1092px;
	background-image: url(img/header_bg.jpg);
}

#footer {
	margin-top:1px;
	height: 319px;
	width: 1092px;
	background-image: url(img/footer_bg.jpg) no-repeat;
}

#rleft {
	background-image:url(img/reapet_left.jpg);
	float: left;
	height: auto;
	width: 898px;
	background-repeat: repeat-x;
	background-position: left top;
}

#link {
	position:absolute;left:50%;bottom:1%;
}
