a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
	text-decoration: none;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bolder;
	filter: Alpha(Opacity=60);
	opacity:0.7;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	filter: Alpha(Opacity=60);
	opacity:0.7;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #76D0E0;
	text-decoration: none;
	font-weight: bolder;
}
body{
/*Remove below line to make bgimage NOT fixed*/
background-attachment:fixed;
background-repeat: no-repeat;
/*Use center center in place of 300 200 to center bg image*/
background-position: center center;

}
#bkground {
	background-color: #3A393A;
	height: 116px;
	width: 740px;
	position: absolute;
	left: 46px;
	top: 62px;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	vertical-align: top;
}
#header {
	background-color: #3A393A;
	height: 115px;
	width: 720px;
	padding-left: 20px;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
#foot {
position: absolute;
	left: 46px;
	bottom: 20px;
	}