body{
	background-color: #000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#content{
	position: relative;
	top: -35px;
	margin-left: auto;
	margin-right: auto;
}

#bg{
	width: 600px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(splashbg.jpg);
	background-repeat: no-repeat;
}

#text{
	position: relative;
	top: 50px;
}

h1{
	font-family: Georgia , "Times New Roman" , Serif , Helvetica , Arial ;
	color: #fff;
	font-size: 50px;
	text-align: center;
}

h2{
	font-family: Georgia , "Times New Roman" , Serif , Helvetica , Arial ;
	color: #fff;
	text-align: center;
}

a{
	padding: 3px;
	background-color: #fff;
	color: #906;
	text-decoration: none;
}

a:hover{
	padding: 3px;
	background-color: #906;
	color: #fff;
	text-decoration: none;
}
