/* CSS Document */
body {
	margin:0;
	padding:0;
	}
	
* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
	
img {
	border:0;
	}
	
#main_wrapper {
	width:1003px;
	height:596px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
	
#guide_func {
	width:252px;
	height:435px;
	float:left;
	}
	
#display_func {
	width:751px;
	border-bottom:1px solid #333;
	float:left;
	}
	
#guide_func_dyn {
	position:absolute;
	width:252px;
	height:435px;
	top:124px;
	margin:0;
	z-index:1;
	}
	
#display_func_dyn {
	padding-left:252px;
	width:751px;
	border-bottom:1px solid #333;
	}
	
	
#bottom_func {
	width:1003px;
	height:32px;
	background-color:#99FFCC;
	}
	
.clearthefloats {
	clear:both;
	}