#top {
	background: #000000;;
}

#left_box {
	width: 575px;
	height: 388px;
	float: left;
	_display: inline;
	background: url(../img/main_image.jpg);
}

#right_box{
	width: 309px;
	height: 388px;
	float: right;
	_display: inline;
}

img.main_image {
	width: 575px;
	height: 388px;
}

p.text{
	width: 260px;
	margin: 25px 0 0 25px;
	font: bold 12px "Tahoma";
	color: white;
}
