*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #2F2527;
}
#splash{
	position:absolute;
	top:50%;
	left:50%;
	width:955px;
	height:600px;
	margin-top:-300px;
	margin-left:-478px;
	background-image:url(../img/home.jpg);
	background-repeat:no-repeat;
}
#content{
	position:relative;
	top:125px;
	left:125px;
	width:710px;
	height:600px;
}
A{
    font-weight:normal;
    font-size:12px;
    color:#fff;
    font-family:verdana,arial,sans-serif;
	text-decoration:none;
	line-height:20px;
}
A:visited{
    font-weight: normal;
    font-size: 12px;
    color:  #fff;
    font-family: verdana,arial,sans-serif;
	text-decoration: none;
}
A:hover{
    font-weight: normal;
    font-size: 12px;
    color:  #fff;
    font-family: verdana,arial,sans-serif;
	text-decoration: underline;
}
