#container {
	position: absolute;
	height: 900px;
	width: 850px;
	left: 50%;
	top: 0px;
	margin-left: -425px;
	background-image: url(topbox.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-family: "trebuchet ms";
	font-size: 14px;
	color: #003333;
}
#welcome {
	top: 500px;
	position: absolute;
	left: 100px;
	width: 350px;
	height: 100px;
}
#pic {
	position: absolute;
	right: 100px;
	height: 300px;
	width: 225px;
	top: 485px;
	background-image: url(../Kinkaid%20Design/images/dork.jpg);
	background-repeat: no-repeat;
}
#pandabanner {
	position: absolute;
	height: 433px;
	width: 650px;
	left: 50%;
	top: 2px;
	background-image: url(msbanner.png);
	margin-left: -325px;
	background-repeat: no-repeat;
}
#menubar {
	top: 435px;
	position: absolute;
	left: 50%;
	width: 610px;
	margin-left: -305px;
	height: 35px;
}
