body {
	height: 100%;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #000 url(bg_body.gif) repeat-y top center;
}

#main-wrap {
	margin: 0px auto;
	padding: 0px;
	width:760px;
	min-height:610px;
}

* html #main-wrap {
	height:610px;
}


#left-wrap {
	margin: 0px;
	padding: 0px;
	float:left;
	width:340px;
	min-height:610px;
	background: #000;
}
* html #left-wrap {
	height:510px;
}


#logo-1a, #logo-1b, #logo-1c, #logo-1d {
	margin: 0px;
	padding: 0px;
}



#right-wrap {
	float:right;
	width:420px;
	min-height:610px;
	background: #e85100;
}
* html #right-wrap {
	height:610px;
}


#image-enter {
	float:right;
}

* html #image-enter {
	height:29px;
}


