body {
	color: rgb(255,255,255);
	background-image:url(/images/logo-background.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
        background-color: rgb(0,0,0);
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#outer {
	width: 772px;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#header {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div#main {
	margin-left: 00%;
	margin-top: 1px;
	padding: 0px;
}
div#footer {
	padding: 0px;
	margin: 0px;
}

a:link {color: rgb(255,255,0);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: none}

a:visited {color: rgb(255,255,0);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: none}

a:hover {color: rgb(255,255,0);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: underline}

a:active {color: rgb(255,255,0);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: none}
