body{
	margin: 0px;
	text-align: center;
	background-color: #000;
	color: #fff;
}

#container{
	position: relative;
	top: 5px;
	width: 1000px;
	height: 850px;	/* set to height of top panel + Height of left panel */
	margin: 0px auto;
	text-align: left;
	border-style:double;
	border-color:white;
}

a:link { color: #c00; }
a:visited { color: #c00 }

#framecontentTop{
	position: absolute;
	top: 0px;
	height: 200px; /* height of top panel */
	width: 1000px;
	overflow: hidden;
	vertical-align: middle;
	background-image: url("../images/header_background.jpg");
	background-repeat: no-repeat;
  	background-position: 70% 50%;
  	background-color: #000;
	color: white;
}

#framecontentLeft{
	position: relative; 
	top: 200px; 
	height: 620px; /* height of left panel */
	width: 180px; /* width of left panel */
	overflow-x: hidden;
	background-color: #000;
	color: white;
}

#framecontentBottom{
	position: absolute;
	top: 820px;	/* set to height of top panel + Height of left panel */
	height: 25px;
	width: 1000px; /* set to overall width */
	overflow: hidden;
	background-color: #000;
	color: red;
	text-align: center;
}

#displayArea{
	position: absolute;
	top: 200px; /* set value to height of top panel */
	left: 180px; /* set value to width of left panel */
	width: 815px; /* set to overall width - width of left panel */
	height: 620px; /* set to height of left panel */
	border-style:solid;
	border-color:#333;
	border-width:1px;
}

#maincontent{
	margin-left:10px;
	margin-right:10px;
}

</style>

