HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 100%;
	text-align: center;
}

#container {
	position: absolute;
	top: 10px;
	width: 950px;
	left: 50%;
	margin-left: -450px;
	visibility: visible;
}
#logo{
	position: absolute;
	width: 950px;
	height: 95px;
	left: 0px;
	top: 0px;
	z-index: 10px;
}
#search{
	position: absolute;
	width: 950px;
	height: 95px;
	left: 350px;
	top: 60px;
	z-index: 20px;
}
.content{
	position: absolute;
	width: 950px;
	top: 125px;
}
#center{
	margin-left: 0px;
	width: 950px;
	text-align: left;
}
#footer{
	width: 950px;
	text-align: left;
}