body{
margin: 0;
padding: 0;
background: #333300;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color: #fff;
}


#wrap {
position: relative;
margin: 0 auto;
padding: 40px 0 0 0;
font-size: 100%;
text-align: center;
font-weight: bold;
width: 350px;
background: #333300;
}		


#seal{
height: 350px;
background: url(../images/master-copy.gif) no-repeat; 
}


#seal a{
background: url(../images/master-copy.gif) no-repeat;
height: 350px;
display: block;
}

#seal a:hover{
background-position: 0 -350px;
}

.link a{
	color: white;
	text-decoration:none;
}

.link a:hover{
	text-decoration: underline;
}


/*#seal a{
   background: url("../images/animated-seal.gif") 0 0 no-repeat;
	height: 350px;
	width: 350px;
   }
	
#seal a:hover {
   background-position: 0 -350px;
   }
	
#seal a:active {
   background-position: 0 -350px;
   }*/

