.a {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFC;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	background-image: url(../images/svi%20logo%20final.jpg);
	width: 975px;
	height: 200px;
}
#wrapper #navigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #FFC;
	height: 80px;
	width: 975px;
	text-align: center;
}
#wrapper #header {
	background-image: url(../images/test%20system%20header.jpg);
	height: 200px;
	width: 975px;
}
#wrapper #body {
	background-color: #3CF;
	height: 425px;
	width: 969px;
	border: medium solid #666;
}
#wrapper #copyright {
	background-color: #999;
	height: 40px;
	width: 975px;
}

