HTML {
	height: 100%;
}
BODY {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	height: 100%;
	text-align: center;
	font-family: Arial;
	background: #000000 url(bgr.jpg) no-repeat center top;
}
#container {
	position: relative;
	top: 16px;
	width: 1000px;
	height: 400px;
	margin: 0px auto;
	text-align: left;
	background: #ffffff url(highlander-logo.png) no-repeat center top;	
}
#top{
	position: absolute;
	width: 527px;	
	top: 12px;
	left: 463px;
	text-align: right;
	height: 38px;
}
#menu{
	position: absolute;
	width: 711px;	
	top: 93px;
	left: 279px;
	text-align: right;	
}
.content {
	position: absolute;
	width: 1000px;	
	top: 144px;
	left: 0px;	
	text-align: left;			
	background: #ffffff;			
}
#center {
	width: 443px;
	margin: 0px 10px 20px 10px;
	text-align: left;
}
#right{
	width: 527px;
	margin: 0px 0px 20px 0px;
	text-align: left;
}
.large #center {
	width: 980px;
}
.large #right{
	display: none;
}
#footer{
	width: 980px;
	padding: 0px 10px 5px 10px;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	background: #000000;
}