html {
	overflow-y: scroll;	
}
#container {
	font-size: 0.75em;
	width: 961px;
	float: left;
    margin: 30px 0 30px 0;
    padding-bottom: 10px;
	background-image: url(background.gif);
	background-color: #fff;
	min-height: 100%;
}
* html #container {
	height: 100%;	
}

#content {
	float: left;
	width: 452px;
	margin: 0;
}
#subcontent {
	float: right;
	width: 450px;
	color: #B7D4DA;
}
#container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}