@charset "utf-8";
/* CSS Document */

body {
	background-color:#8eb8cc;
	background-image:url(../images/bk361.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#top {
	clear: both;
	height: 270px;
	background-image:url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#footer {
	clear: both;
	width: 465px;
	height: 246px;
	vertical-align:middle;
	margin: 0 auto 0 auto;
	overflow:auto;
	font-size: 13px;
	font-weight: bold;
}
#footer img {
	margin: 15px;
}
#footer .heading {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
#bottom {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.copyright {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#main {
	clear: both;
	width: 800px;
	margin: 0 auto 0 auto;
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
.cowname {
	font-size: 16px;
	font-weight: bold;
}
.border {
	border:2px solid #000000;
}

a.zoom{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none
}

a.zoom:hover{z-index:25;}

a.zoom span{display: none}

a.zoom:hover span{ /*the span will display just on :hover state*/
    display:block;
	background-image:url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 64px;
	height: 64px;
    position:absolute;
    top:-64px; 
	left:250px; 
}
