@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;	
}
body {
	background-color:#666;
	margin-top:25px;
}

#wrapper {
	height:545px;
	width:725px;
	position:relative;
	margin:auto;
}
#footer {
	width:490px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}
.sneaky {
	width: 337px;
	height: 216px;
	position: absolute;
	z-index: 10;
	top: 47px;
	left: 67px;
}

#nav1 {
	width:150px;
	height:60px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	overflow:hidden;
	position:relative;
}
#nav1:hover {
	text-indent:-150px;
}
#nav2 {
	width:150px;
	height:60px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	overflow:hidden;
	position:relative;
}
#nav2:hover {
	text-indent:-150px;
}
#navHome {
	width: 150px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
	position: relative;
}
#navHome:hover {
	text-indent:-150px;
}
