﻿#main_page_left {
	width: 50%;
	float: left;
	height: 200px;
	text-align: center;
}
#main_page_right {
	position: relative;
	height: 200px;
	margin-left: 50%;
}
#main_page_bottom {
	position: relative;
	top: 10px;
}
