@charset "utf-8";
/* Counterfix CSS Document */

.fffix {padding-top: 4px;}

a:link {color: #FFF !important}     /* unvisited link */
a:visited {color: #FFF !important}  /* visited link */
a:hover {color: #FF0 !important}   /* mouse over link */

#governor {
position: relative;
width:705px;
margin: 0 auto;

}

#governor a{
position: absolute; 
overflow: hidden; 
text-indent: -5000px; 
display: block;
width: 155px;
height: 31px;
background: url(../images/home/governor.gif) no-repeat;
left: 550px;
top: -326px;
}


#governor a:hover{background-position: -155px 0;}

#policies {
position: relative;
width:705px;
margin: 0 auto;

}

#policies a{
position: absolute; 
overflow: hidden; 
text-indent: -5000px; 
display: block;
width: 155px;
height: 31px;
background: url(../images/policies.gif) no-repeat;
left: -1px;
top: -326px;
}


#policies a:hover{background-position: -155px 0;}
