body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#text, #home {
	position: absolute;
	width: 800px;
	left: 200px;
	top: 203px;
}

#home .left, #home .right {
	margin-bottom: 20px;
}

#home .left {
	float: left;
	width: 400px;
}

#home .right {
	float: right;
	width: 380px;
}

#text.w550 {
	width: 550px;
}

#container {
	_width:expression(document.body.clientWidth > 1000 ? "1000px": (document.body.clientWidth < 630 ? "630px": "auto" ));
	min-width: 630px;
	max-width: 1000px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px solid #000;
}

.clear {
	clear: both;
}

#right {
	position: absolute;
	width: 220px;
	top: 200px;
	left: 780px;
	text-align: right;
}

.floatbox
{
	float: right;
	background-color: #EF6B00;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

