body {
background-color: #000000;
background-image: url(images/back.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
}

/* link styles */
a:link {
color: #FFFFFF;
text-decoration: none;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: #FFBB04;
text-decoration: none;
}

a:active {
color: #FFFFFF;
text-decoration: none;
}

/* layout styles */
#splash {
width: 1000px;
height: 450px;
margin: 0px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

img.splash {
padding-top: 190px;
}

/* text styles */
.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.yellow {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFBB04;
}
.textbold {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}