@charset "utf-8";
/* CSS Document */

html, body, table{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	background-color:#000;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
}
a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:170px;
	height:125px;
	padding-top:475px;
	padding-left:550px;
	font-size:24px;
}
a:hover{
	color:#cbc3b7;
}
div#wrapper{
	width:720px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/splash-page.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
	
