@charset "utf-8";
/* CSS Document */

div#content {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

div#front_left {
    
	position: relative;
	top: 0px;
	left: 0px;
	width: 575px;
	margin: inherit;
	padding: 0px;
	background-color: #EDE8DD;
}


div#front_right {
    
	position: absolute;
	top: 0px;
	left: 600px;
	width: 600px;
	margin: inherit;
	padding: 0px;
	background-color: #EDE8DD;
}