html,body {
	margin:0;
	padding:0;
	height:100%;
	}
div#container {
	width:715px;
	margin-top: 44px;
	margin-right: auto;
	margin-left: auto;
}
div#header {
	width:481px;
	float: right;
	height: 28px;
}
#logo {
	width: 234px;
	height: 123px;
	}
#marquee {
	width: 481px;
	height: 244px;
	}
div#nav {
	width: 234px;
	margin-right: auto;
	margin-left: auto;
}
div#content {
	width: 481px;
	float: right;
}
#sidebar {
	width: 234px;
	float: left;
}
div#footer {
	width:100%;
	float: left;
	
	height: 30px;
}
.divclear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
