body,html {
	color: #FFFFFF;
	margin: 0px;
	background-color: #285099;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Verdana;
	text-align: center;
}

#wrapper {
	width: 860px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#container {
	float: left;
	height: auto;
	width: 820px;
	padding-left: 10px;
	clear: both;
	padding-bottom: 10px;
}

#header {
	float: left;
	height: 147px;
	width: 784px;
	clear: both;
	text-align: left;
}

#viewpointScene {
	padding: 8px;
	float: left;
	height: auto;
	width: auto;
	margin-top: 10px;
	border: 1px dotted #CCCCCC;
	clear: both;
	text-align: left;
}

#instructions {
	padding: 8px;
	float: left;
	height: auto;
	width: 800px;
	margin-top: 18px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: left;
}

#footer {
	padding: 8px;
	float: left;
	height: auto;
	width: 816px;
	margin-top: 18px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
}

h4 {
	display: inline;
	font-size: 18px;
	font-weight: bold;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #00CCCC;
	text-decoration: underline;
}
