/* CSS Document */
body
{
	background-image: url(../images/background-0-1024.jpg);
}
#main
{
	width: 815px;
	margin-top: 20px;
	width: 824px;
	height: 250px;
	border: thick;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}
	#mainContent
	{
		width: 524px;
		height: 165px;
		margin-top: 5px;
		float: left;
		border: thick;
		overflow: auto;
	}
	#mainExtra
	{
		width: 524px;
		height: 50px;
		float: left;
		border: thick;
	}
	#mainNewsTitle
	{
		width: 230px;
		height: 30px;
		float: left;
		margin-right: 20px;
		border: thick;
	}
	#mainNews
	{
		width: 250px;
		height: 200px;
		float: right;
		margin-top: 5px;
		padding-right: 5px;
		border: thick;
		overflow: auto;
	}
