/* CSS Document */

body { background-color:#0b2c8e }
#header {
	width:825px;
	height:78px;
	display:block;
	position:relative;
	text-align:left;
	background-image: url(../images/photos_header_bkg.gif);
	background-repeat: repeat-x;
}
#header #visit_btn a {
	position:absolute;
	top:48px;
	left:580px;
	width:245px;
	height:30px;
	display: block;
	text-align:center;
	color: #fff;
	font-size: 11px;
	line-height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/visit_btn.gif);
	background-repeat: no-repeat;
}
#visit_btn a:hover { background-position: 100% -30px }
