body {margin:0;}

/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#content {
	width: 100%;
    height:1024px;
	background-image:url(../images/harry_background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
    overflow: visible;
	visibility: visible;
	display: block;
	text-align: center;
}

/*HEADER*/
#header {
	/*height: 142px;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 928px;*/
	
	 margin-left: -475px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 950px;
	height: 142px;

}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 4px;
	left: -11px;
	width: 264px;
	height: 66px;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*main-nav*/
.main-nav {
	position: absolute;
	/*left: 33px; */
	left: 40px;
	top: 65px;
}
.main-nav li {
	float: left;
	list-style:none;
}
.main-nav a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 33px;
}

.main-nav a.nav-home {
	background: url(../images/nav_home.png) no-repeat;
	width: 58px;
}
.main-nav a.nav-blog {
	background: url(../images/nav_blog.png) no-repeat;
	width: 100px;
}
.main-nav a.nav-games {
	background: url(../images/nav_games.png) no-repeat;
	width: 108px;
}
.main-nav a.nav-bugopedia {
	background: url(../images/nav_bugopedia.png) no-repeat;
	width: 88px;
}
.main-nav a.nav-educator {
	background: url(../images/nav_educator.png) no-repeat;
	width: 120px;
}
.main-nav a.nav-where {
	background: url(../images/nav_where.png) no-repeat;
	width: 113px;
}
.main-nav a.nav-photo {
	background: url(../images/nav_photo.png) no-repeat;
	width: 105px;
}
.main-nav a.nav-meet {
	background: url(../images/nav_meet.png) no-repeat;
	width: 190px;
}

.main-nav a:hover {background-position: 0 -33px;}
.main-nav a.active {background-position: 0 100% !important;}

.menu-img {
	display:none;
}

/*txt-terminix*/
.txt-terminix {
	position: absolute;
	right: 25px;
	top: 33px;
	width: 148px;
	height: 27px;
}


#sb1 {
  	margin-left: -420px;
	position: absolute;
	top: 250px;
	left: 50%;
	width: 289px;
	height: 222px;
	visibility: visible;
}

#sb2 {
  	margin-left: -200px;
	position: absolute;
	top: 180px;
	left: 50%;
	width: 300px;
	height: 240px;
	visibility: visible;
}

#sb3 {
  	margin-left: 100px;
	position: absolute;
	top: 120px;
	left: 50%;
	width: 304px;
	height: 234px;
	visibility: visible;
	background-image:url();
}

#promo{
	margin-left: 0;
	position: absolute;
	top: 664px;
	left: 0;
	width: 100%;
	height: 360px;
	visibility: visible;
	/*background-image:url(images/bg_bottom.png);
	background-position:center;
	background-repeat:no-repeat;*/
}

#promolink1 {
  	margin-left: -440px;
	position: absolute;
	top: 140px;
	left: 50%;
	width: 275px;
	height: 170px;
	visibility: visible;
}

#promolink2 {
  	margin-left: -140px;
	position: absolute;
	top: 140px;
	left: 50%;
	width: 275px;
	height: 170px;
	visibility: visible;
}

#promolink3 {
  	margin-left: 160px;
	position: absolute;
	top: 140px;
	left: 50%;
	width: 275px;
	height: 170px;
	visibility: visible;

}

#harry {
  	margin-left: -450px;
	position: absolute;
	top: 350px;
	left: 50%;
	width: 220px;
	height: 300px;
}

#game {
  	margin-left: -50px;
	position: absolute;
	top: 250px;
	left: 50%;
	width: 200px;
	height: 255px;
}

#bugopedia {
  	margin-left: 250px;
	position: absolute;
	top: 250px;
	left: 50%;
	width: 180px;
	height: 300px;

}

/* rotator in-page placement */
    div#rotator {
	margin-left: -250px;
	position: absolute;
	top: 460px;
	left: 50%;
	/*width: 423px;*/
	height: 345px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;

}
/* rotator image style */	
	div#rotator ul li img {
	padding: 4px;
	text-align:center;

}
    div#rotator ul li.show {
	z-index:500
}


a:focus {outline: none}


.hide {text-indent: -999999px; }

