HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 100%;
	color: #57595b;
	text-align: center;
	background-image: url(bgr.jpg);
	background-repeat: repeat;
}

#container.standard{
	position: absolute;
	top: 80px;
	width: 900px;
	height: 660px;
	left: 50%;
	margin-left: -450px;
	visibility: visible;
	background-color: #000000;
	background-image: url(content.png);
	background-position: center 400px;
	background-repeat: no-repeat;
}
#container.large {
	position: absolute;
	top: 80px;
	width: 900px;
	height: 660px;
	left: 50%;
	margin-left: -450px;
	visibility: visible;
	background-color: #000000;
	background-image: url(large.gif);
	background-position: center 100px;
	background-repeat: no-repeat;
}
#logo{
	position: absolute;
	width: 156px;
	height: 66px;
	left: 18px;
	top: 18px;
}
#menu{
	position: absolute;
	top: 43px;
	left: 207px;
	text-align: right;
	width: 673px;
}
.standard  #border{
	position: absolute;
	top: 100px;
	left: 20px;
	height:300px;
	width: 860px;
	text-align: left;
}
.standard #center{
	position: absolute;
	top: 420px;
	left: 40px;
	height:180px;
	width: 400px;
	text-align: left;
}
.standard #right{
	position: absolute;
	top: 420px;
	left: 460px;
	height:180px;
	width: 400px;
	text-align: left;
}
.large #center{
	position: absolute;
	top: 100px;
	left: 40px;
	height:520px;
	width: 820px;
	overflow: auto;
	text-align: left;
}
.large #border,
.large #right{
	display: none;
}
#footer{
	position: absolute;
	top: 634px;
	left: 20px;
	text-align: left;
}