#main_img{
	background: url(/question/images/main_img.png) center top no-repeat;
	text-indent: -10000px;
	height: 200px;
}

#main_wrapper{
	width: 1000px;
	margin: 0 auto;
	background: url(/question/images/main_bg.png) repeat-y;
}

#main_wrapper #left{
	width: 645px;
	text-align: left;
	/*background-color: red;*/
	float: left;
}

#main_wrapper #right{
	width: 348px;
	text-align: center;
	/*background-color: blue;*/
	float: right;

}

#main_wrapper #right img{
	margin-bottom: 0;
}

.red_15{
	background-color: red;
	color: white;
	margin-bottom: 15px;
	padding: 2px;
	text-align: center;
}

#main_wrapper:after { content: url(/images_home/pixel.gif); display: block; clear: both; height: 0; } 
#main_wrapper { display: inline-block; } 
#main_wrapper { display: block; }

