@CHARSET "utf-8";
body
{
	text-align:center;
}
#container
{
	margin: 0 auto;
	width: 975px;
	/*height: 900px;*/
	text-align:left;
	/*border: 1px solid black;*/
	padding: 0;
	
}
#header
{
	height: 150px;
	/*border: 1px solid green;*/
}
#left-content
{
	float:left;
	/*border: 1px solid black;*/
	width: 145px;
	height: 440px;
	margin:5px;
	
}
#center-content
{
	float:left;
	/*border: 1px solid red;*/
	width: 520px;
	min-height: 630px;
}
#right-content
{
	float:left;
	/*border: 1px solid black;*/
	width: 280px;
	height: 410px;
	margin: 5px;
	
}
#footer
{
	margin-top: 5px;
	height: 30px;
	/*border: 1px solid blue;*/
	clear: both;
}
