
div#content {
	width: 500px;
}

div#content #leftcontent {
	width: 48%;
	float: left;
}

div#content #rightcontent {
	width: 48%;
	float: right;
}
