/* LANDINGSPAGE IS CSS */

* {
	padding:0;
	margin:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#000000;
	background-image:url(../images/bg_image.jpg);
	background-position:top center;
	background-repeat:no-repeat;	
}


/* start siteWrapper */
#siteWrapper {
	width:228px;
	margin:0px auto 0px auto;
}

#siteContent {
	width:228px;
	padding-top:330px;
	text-align:center;
}
/* end siteWrapper */

/* start siteFooter 
#siteFooter {
	width:228px;
	height:79px;
}
/* end siteFooter */

a {
	color:#00aeef;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}