#body {
	background-color:#FFFFFF; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}

#shell_1 {
	
	width: 100%;
	position: absolute;
	visibility: visible
	
	margin-left: auto;
	margin-right: auto;
		
}


#shell_2 {

	overflow: visible;
	position: relative;
	
	width: 1200px;
	height: 700px;
	
	margin-left: auto;
	margin-right: auto;
	
}


#inner {
	position:relative;
	left:0px;
	top:0px;
	width: 1px;
	height: 1px;
}


#upper_menu {
	position:absolute;
	left:0px;
	top:0px;
	width:1200px;
	height:100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main-body {
	position:absolute;
	left:0px;
	top:100px;
	width:1200px;
	height:418px;
}


#footer {
	position:absolute;
	left:0px;
	top:518px;
	width:1200px;
	height:181px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

