*{
	margin:0px;
	padding:0px;
}
body{
	background-color:black;
	margin:10px;
}
#container{
	margin:0 auto;
	width:720px;
	position:relative;

}
#header{
	background-image:url(../images/header_1.jpg);
	background-repeat:no-repeat;
	height:155px;
	width:720px;
}
#content{
	background-image:url(../images/repeater.png);
	background-repeat:repeat-y;


}
#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:96px;
	width:720px;
}
#home{
	position:absolute;
	top:37px;
	left:118px;
	height:8px;
	width:46px;
	background-image:url(../images/home_off.png);
	background-repeat:no-repeat;
}

#home:hover{
	background-image:url(../images/home_on.png);
	background-repeat:no-repeat;
}
#where{
	position:absolute;
	left: 201px;
	top: 37px;
	height:8px;
	width:57px;
	background-image:url(../images/where_off.png);
	background-repeat:no-repeat;
}
#where:hover{
	background-image:url(../images/where_on.png);
	background-repeat:no-repeat;
}
#features{
	position:absolute;
	left:295px;
	top: 37px;
	height:7px;
	width:75px;
	background-image:url(../images/features_off.png);
	background-repeat:no-repeat;
}
#features:hover{
	background-image:url(../images/features_on.png);
	background-repeat:no-repeat;
}
#plans{
	position:absolute;
	left:395px;
	top: 28px;
	height:24px;
	width:150px;
	background-image:url(../images/plans_off.png);
	background-repeat:no-repeat;
}

#plans:hover{
	background-image:url(../images/plans_on.png);
	background-repeat:no-repeat;
}
#contact{
	position:absolute;
	left:566px;
	top: 37px;
	height:7px;
	width:70px;
	background-image:url(../images/contact_off.png);
	background-repeat:no-repeat;
}
#contact:hover{

	background-image:url(../images/contact_on.png);
	background-repeat:no-repeat;

}
#bottom_nav{
	font-family:verdana;
	font-size:9px;
	position:absolute;
	bottom:8px;
	right:65px;
	color:#a4f508;
}
#bottom_nav a{
	color:#a4f508;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}