
html, body{
	padding:0;
	margin:0;
	font:normal 16px Verdana, sans-serif;
	color:#999999;
	height:100%;


	}

#container{

	vertical-align:top;
	text-align:center;
	padding-top:100px;

	margin:0 auto 0 auto;
	width:600px;


	}

	
#logo{
  width: 50%;
  margin: auto;

	height:277px;
	width:368px;
	text-align:center;
	padding:0;

	background-image:url(../images/logo_splash.jpg);
	background-repeat:no-repeat;
	}


#copy{
	padding:0;
	margin:0;
	text-align:center

	}


a:link, a:visited, a:active{
	text-decoration:underline;
	color:#069;
	}
	
a:hover{
	text-decoration:none;
	}



/*images preloader*/

.hiddenPic {display:none;}




	