
#press{
	background-image:url(../images/background_press.jpg);
	background-attachment: scroll;
	background-position:center 0px;
	background-repeat:no-repeat;
	height:520px;
	width:1000px;
	margin:0 auto;

}

#press ul#presstype{
	position: absolute;
	top:160px;
	width:300px;
	height:500px;
	left: 90px;
	overflow:hidden;
}
#press ul#presstype li{
	height:500px;
}

#press ul#presstype li a:focus{
	overflow:hidden;
}

/* navi a */
#press ul#presstype li a{
	position:absolute;
	height:20px;
	display: block;
	text-indent:-9999px;
	text-decoration:none;
}
#press ul#presstype li.sightings a{
	width:300px;
	left:0px;
	top: 0px;
	background:url(../images/sightings.gif) no-repeat 0 0;
}
#press ul#presstype li.editorials a{
	width:300px;
	left:0px;
	top: 80px;
	background:url(../images/editorials.gif) no-repeat 0 0;
}
#press ul#presstype li.onlinefeatures a{
	width:300px;
	left:0px;
	top: 155px;
	background:url(../images/onlinefeatures.gif) no-repeat 0 0;
}
#press ul#presstype li.sightings a:hover{
	background-position:0 -20px;
}
#press ul#presstype li.editorials a:hover{
	background-position:0 -20px;
}
#press ul#presstype li.onlinefeatures a:hover{
	background-position:0 -20px;
}
