body {
	background-color: #93CBEE;
	margin-top: 0px;
}
#outterwrapper {
	background-color: #93CBEE;
	position: relative;
	height: 1000px;
	width: 1000px;
	left: 200px;
	top: 0px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 350px;
	width: 1000px;
	position: relative;
}
#leftmenu {
	float: left;
	height: 630px;
	width: 480px;
	position: relative;
	background-image: url(images/menuleft.jpg);
	background-repeat: no-repeat;
}
#contentwrapper {
	height: 720px;
	width: 561px;
	position: absolute;
	left: 457px;
	top: 146px;
}
#contenttop {
	background-image: url(images/contenttop.png);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 561px;
	position: relative;
}
#contentmiddle {
	background-image: url(images/contentmiddle.png);
	background-repeat: repeat-y;
	float: left;
	height: 590px;
	width: 561px;
	position: relative;
}
#contentbottom {
	background-image: url(images/contentbottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 61px;
	width: 561px;
	position: relative;
}
#testbox {
	position:absolute;
	left:491px;
	top:180px;
	width:493px;
	height:648px;
	z-index:1;
}
#menubox {
	position:absolute;
	left:293px;
	top:411px;
	width:152px;
	height:267px;
	z-index:2;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	text-decoration: underline;
}

