#side #content {
	float:left;
	width: 950px;
	min-height: 450px;
	margin-top: 5px;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(../img/start.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content #left {
	width: 400px;
}

#content #right {
	width: 400px;
	float:right;
	font-size:12px;

}