html, body, div#site { height:100%; }
  body { margin:0; padding:0; overflow:hidden; background: url(../images/phich-background-alt.jpg) no-repeat #000 50% top; }
  


div#content{
	
	padding-top: 250px;
}		
div#content a.enter{
	display: block;
	width: 600px;
	height: 330px;
	text-indent: -999px;
	
	margin: 0 auto;
	
}
		div#footer {

			
			color: #c3996b;
			
			/* These have no effect on the functionality */
			width: 95%;
			margin: 0 auto;
			margin-top: 270px;
			padding: 0;
			font-family: georgia, helvetica, arial, sans-serif;
			font-size: 11px;
			position: absolute;
			left: 10px;
			right: 10px;
			bottom: 20px;
			
		}
		
		div#footer p a{
			color: #c3996b;
		}
		div#footer .left{
			float: left;
		}
		div#footer .right{
			float: right;
		}		

