body {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	margin:0 auto;
	text-align:center;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
}

div#main_frame {
	position:relative;
	margin:auto;
	width:800px;
	text-align:left;
}

div#div_banner {
	position:relative;
	top:0;
	left:0;
	height:393px;
	width:800px;
}
div#banner_1 {
	height:195px;
	width:800px;
	background-image:url(images/image_01.jpg);
	background-repeat:no-repeat;
}
div#banner_2 {
	height:198px;
	width:800px;
	background-image:url(images/image_02.jpg);
	background-repeat:no-repeat;
}

div#div_content {
	position:relative;
	width:800px;
}

div#left_column {
	width:213px;
	float:left;
}

div#right_column {
	background-image:url(images/content_bg.jpg); 
	background-repeat:repeat-y; 
	width:587px;
	float:right;
}

div#div_menu {
	position:relative;
	top:0;
	left:0;
	height:440px;
	width:213px;
	background-image:url(images/image_03.jpg);
	background-repeat:no-repeat;
}

div#div_footer {
	background-image:url(images/image_08.jpg);
	background-repeat:no-repeat;
	clear:both;	
	height:65px;
	width:800px;
}


