﻿/* CSS layout */
/*Must be 1000px because it fits inside the 1000px body tag*/
#main_body {
	width: 1000px;
	background-color: white;
	height:1200px;
}

#top_choose {
	width: 900px;
	height: 1200px;	
	margin-left: 50px;
	float: left;
	text-align: left;
}

#top_choose table{	
	margin-left: 50px;
	background-color: black;
}
#top_choose table tr{	
	background-color: #DDDDDD;
}

