@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #373737;
	background-image: url(../images/gradientbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
	overflow: hidden;
}
.center {
	width:100%;
	position:absolute;
	top:50%;
	height:600px;
	margin-top:-5em
}
a:link {
	color: #6a8392
}     /* unvisited link */
a:visited {
	color: #222222
}  /* visited link */
a:hover {
	color: #6b8aa4
}   /* mouse over link */
a:active {color: #995d5d
}   /* selected link */