@charset "utf-8";
body {
	background-image: url(../gradient-blue-backgroundat50.jpg);
	background-attachment: fixed;
	text-align: center;
}
p {
	text-align: left;
}
#content h1 {
	text-align: center;
}

body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #09F;
	text-decoration: none;
}
a:active {
	color: #09F;
	text-decoration: none;
}
.footer {
	font-size: 9px;
	color: #FFF;
}
#content {
	width:700px;
	z-index:1;
	background-color: #666;
	background-image: url(../gradient-blue-background04at50.jpg);
	color: #FFF;
	padding: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0CF;
	border-right-color: #069;
	border-bottom-color: #036;
	border-left-color: #09C;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-repeat: repeat;
}
