/* CSS Document */

body {
background: url("splash-bg.png") top repeat-x #FF0000;
margin: 0;
padding: 0;
}

#content {
position: absolute;
width: 590px;
height: 497px;
margin: 0;
padding: 0;
background: url("splash-greeting.png") top no-repeat;
}

h1 {
display: none;
}

#navigation {
height: 200px;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: uppercase;
position: absolute;
top: 95px;
left: 365px;
text-align: center;
}

#navigation h3 {
font-weight: normal;
font-size: 11px;
color: #FF0000;
padding: 0;
margin: 0 0 10px 0;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation li {
margin: 0;
padding: 0 0 10px 0;
}

a {
text-decoration: none;
}

a:link {
color: #fff;
}

a:visited {
color: #999;
}

a:hover {
color: #00F0FF;
}

a:active {
color: #00F0FF;
}
