#main {
	position: relative;
	top: -22px;
	width: 900px;	
	min-height: 200px;
	overflow: visible;
	background-image: url('../images/main_bg.jpg');
	background-repeat: no-repeat;
	background-color: white;
}

#main_contents {	
	margin: 0px;
	padding: 0 40px 0 0;
	line-height: 1.4; 
}

#main_left {	
	margin: 0;
	padding: 0;
	
}

#main_right { 	
	margin: 0;
	padding: 0; 
}