body {
	margin: 0px;
	padding: 0px;
}
.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: auto;
}

#background-img {
	width: 100%;
	height: 1500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: auto;
}
#bodycontainer {
	background-color: #FFF;
	border: 4px ridge #003;
	height: auto;
	width: 80%;
	position: absolute;
	text-align: left;
	vertical-align: middle;
	margin-top: 25px;
	margin-right: 100px;
	margin-bottom: 100px;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	}
a:link{
	text-decoration: underline;
	color: #000033;
	font-weight: bold;
}
a:visited{
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
}
a:hover{
	color: #003300;
	font-weight: bolder;
}
a:active{ 
color: #006600;
}

