@charset "UTF-8";
body {
	background-color:#000;
	margin-top: 0px;
	margin-bottom:0px;
	background-image: url(images/bodyBack.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a {
	color: #999900;
	font-weight: bold;
	font-family: Courier;
	font-size: 14px;
	text-decoration: none;
}
td {
	font-family: Courier;
	font-size: 14px;
	color: #000000;
}
a:hover {
	font-family: Courier;
	font-size: 14px;
	color: #cccc00;
	text-decoration: underline;
}
a:visited {
	font-family: Courier;
	font-size: 14px;
	color: #663300;
}
.text {
	font-family: Courier;
	font-size: 14px;
	color: #000000;
}
p {
	font-family: Courier;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
h1 {
	font-family: Courier;
	font-size: 18px;
	font-weight: bold;
}
#header {
	z-index: 1;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color:#ffffff;
	opacity:0.9;
	filter:alpha(opacity=90);
	background-position: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
}

