body {
    background:  url('images/background.jpg');
    font-size: 8pt; 
    font-weight: normal;
    line-height: 11pt; 
    font-family: verdana, arial, sans-serif; 
    color: #000000
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
    width: 700px;
    height: 500px;
    margin-top: -250px; /* you get this by dividing height into half */
    margin-left: -350px; /* same here */
	border: 2px solid #CDCDCD;
	background-color: #FFFFFF;
}
#containermargin {
	margin: 14px;
}
#header {
	background-color: #E0D92C;
	height: 80px;
	width: 672px;
}
#headerlogo {
	width: 200px;
	height: 80px;
	float: left;
}
#navcontainer {
	height: 20px;
}
html>body #navcontainer {
    margin-top: 10px;
}
#navcontainer ul {
	border: 0px;
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	text-align: center;
}
#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 2px;
}
#navcontainer ul li a {
	background: #E0D92C;
	width: 75px;
	height: 20px;
	padding: 10px;
	margin: -3px;
	margin-top: -4px;
	margin-right: -3px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 12px verdana, arial, sans-serif; 
}
html>body #navcontainer ul li a {
	background: #E0D92C;
	width: 72px;
	height: 20px;
	padding: 9px;
	margin: -1px;
	margin-top: -2px;
	margin-left: 1px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 12px verdana, arial, sans-serif; 
}
#navcontainer ul li a:hover {
	color: #000000;
	background: #FFFFFF;
}
#welcomebox {
	width: 275px;
	height: 357px;
	position: absolute;
	top: 105px;
	left: 25px;
	border: 2px;
	border-bottom: 0px;
	border-color: #CDCDCD;
	border-style: solid;
	background-color: #FFFFFF;
}
#welcomeboxbackground {
	width: 273px;
	height: 220px;
}
#welcomeboxcontent {
	margin: 9px;
	margin-top: -232px;
}
html>body #welcomeboxcontent {
	margin: 9px;
	margin-top: -223px;
}
#welcomeimage {
	margin-bottom: -14px;
}
html>body #welcomeimage {
	margin-bottom: -5px;
}
#spotlightcontainer {
	margin-left: 295px;
	padding-top: 2px;
	height: 147px;
}
#footer {
	background-color: #E0D92C;
	height: 22px;
	width: 672px;
}
#footerleft {
	width: 200px; 
	height: 22px;
	float: left;
}
#footerright {
	text-align: right;
	padding: 3px;
}