/* CSS Document */
* {
	margin:0; 
	padding:0;
	border: 0;
	font-family: Arial, sans-serif;
	color: #000000;
	}
a {
	color:#3FA9F5;
	text-decoration:none;
} 
a:hover {
	color:#d56b4e;
	text-decoration:none;
}
html {
	width:100%;	
	height:100%;
}
body {
	background: #1A1A1A url(../images/endBGTile.jpg) repeat-x;
	text-align:center;
	width:100%;
	height:100%;
}
#pageWrap {
	width:100%;
	height:902px;
	background:url(../images/bgFooter.jpg) bottom center no-repeat;
}
#page {
	width:688px;
	height: 732px;
	background:url(../images/endMain.jpg) no-repeat;
	margin: 0 auto;
	text-align:left;
}

#endSiteBtn {
	width:172px;
	height:45px;
	background:url(../images/endSiteURLBtn.jpg) no-repeat;
	float:left;
	position:relative;
	top:687px;
	left:75px;
}
#endSiteBtn a{
	width:172px;
	height:45px;
	background:url(../images/endSiteURLBtn.jpg) no-repeat;
	float:left;
}
#endSiteBtn a:hover{
	background-position:0px -45px;
}
