@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
}

#container {
	position:absolute;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	position:relative;
}

#logos {
	position:absolute;
	top:0px;
	right:0px;
}

#bodyContent {
	border-top:3px solid #fec233;
	border-bottom:3px solid #00b8de;
}

#footer {
	padding-bottom:15px;
}

h1 {
	padding-top:70px;
}

a {
	color:#ffffff;
}

tr.on {
	color: #ffffff;
}

tr.off {
	color: #717171;
}
