@charset "utf-8";
body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #ffff00;
	background-image: url(../../images/bg.gif);
}
#layout {
	width: 775px;
	margin-left: -400px;
	border: 1px solid #666666;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-top: 4px;
	background-color: #b8bf00;
}

.clear
{	clear: both; }
