/* www.wolfcreek.wayne-companies.com : Tour of Stephen Residence | Designed by ar @ www.andrew-reed.com : andy@andrew-reed.com */

html,body{
	height:100%;
	padding:0;
	margin:0;
	background-color:#000000;
	}
#wrapper{
	height:711px;
	width:501px;
	background-image:url(images/intro_page.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 auto;
	}
#info{
	padding-top:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;	
	text-align:center;
	}
#info a{
	color:#CCCCCC;
	}
#button{
	margin:0 auto;
	height:15px;
	width:60px;
	border:1px solid #666666;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:5px;
	}
#button a{
	color:#999999;
	text-decoration:none;
	}
#button a:hover{
	color:#FFFFFF;
	}
#footer{
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:center;
	}
#footer a{
	color:#666666;
	}
#footer a:hover{
	color:#FF0000;
	}