body {
	margin:0;
	padding:0;
	color:#FFF;
	text-align:center;
	font-family: Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size:0.9em;
	background:#000;
	}
/* site element styles */
#sitecontainer {
	margin:50px auto 0 auto;
	width:515px;
	height:460px;
	text-align:center;
	font-size:0.8em;
	background:transparent url('../i/bg_landing.png') no-repeat top center;
	}
#sitecontainer a:link,#sitecontainer  a:visited {
	display:block;
	float:left;
	width:227px;
	height:25px;
	margin:400px 15px 0 15px;
	padding:9px 0 0 0;
	background:transparent url('../i/bg_button.png') no-repeat top center;
	color:#FFF;
	text-decoration:none;
	font-size:1.2em;
	}
#sitecontainer a:hover {
	text-decoration:none;
	background:transparent url('../i/bg_button-hover.png') no-repeat top center;
	}

