/*-- Splash Page --*/

body,td,th {
font-family: Arial, Helvetica, sans-serif;
background:url(../images/sh-bg.jpg) #1a1a1a;
background-repeat:no-repeat;
background-position:top;
background-color: #17181b;
color: #fff;
margin-top:25%;
font-size: 11px;
line-height: 17px;
font-weight: normal;

}

#container {
position:relative;
margin-left:auto;
margin-right:auto;
width: 430px;
text-decoration: none;
text-transform: capitalize;
}

img {
border:0px;
}

/*-- Splash Page Title Divider --*/

#divider{
margin-top: 10px;
margin-bottom: 10px;
width:100%;
height: 1px;
background-color: #8d080f;
}

/*-- Splash Page Navigation --*/

#nav {
-webkit-transition: color, background-color .1s ease-in;
text-transform: uppercase;
font-weight: light;
letter-spacing: 3px;
font-size: 9px;
text-align: center;
word-spacing: 16px;

}

#nav a {
-webkit-transition: color, background-color .1s ease-in;
white-space: normal;
background: none;
text-decoration: none;
color: #a6a6a6;
padding: 0;
margin: 0;
}

#nav a:hover {
color: #8d080f;
background: none;
}

#nav a:active {
color: #fff;
background: none;
}

/*-- Splash Page Footer --*/

#footer {
position: absolute;
bottom: 0px;
right: 20px;
text-transform: uppercase;
font-size: 8px;
background-color: black;
padding: 5px;
width: 175px;
text-align: center;
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25;
}
