body {
	background-color: #1E2A42;
	background-image:  url("../images/index_seal.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	margin: 0px;
	color: #FDE9E2;
}

#outerbox	{
	background-image:  url("../images/index_back.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 750px;
	height: 400px;
	}

a:link {
	color: #ECEEDD;
	text-decoration: underline;
}
a:hover {
	color: #D8DCB8;
	text-decoration: underline;
}
a:visited {
	color: #ECEEDD;
}
a:active {
	color: #ECEEDD;
}