/* CSS Document */

/*---------------------------------------------GLOBAL PARAMETERS*/

*{
	padding: 0;
	margin: 0;
}

body{
	background: #000 url("images/splash_background.jpg") top center no-repeat;
}

#container{
	margin: 225px auto 0 auto;
	width: 360px;
	height: 145px;
}

#container ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}

#container li {
	margin: 0 0 3px 0;
}

#container a
{
display: block;
margin-bottom: 20px;
width: 360px;
background: #000 url("images/splash_static.jpg") no-repeat;
}

#container a:link{
	color: #EEE;
	text-decoration: none;
}

#container a:hover{
	background: url("images/splash_rollover.jpg") no-repeat;
}

a{
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
	font-size: 23px;
}

p{
	position: relative;
	top: -17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
}