@CHARSET "UTF-8";

body {
	background-color:#000000;
	color:#bfa276;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto;
	text-align:center;
     
	}
 
.button a {
   background: url(../img/enteroff.jpg) no-repeat;
   width: 281px;
   height: 196px;
   border: 0;
   display: block;

   margin: 0 auto;
   margin-top: 200px; 
   text-decoration: none;
   text-indent: -100px;
   overflow: hidden;
 

   }
 
.button a:hover {
   background: url(../img/enteron.jpg) no-repeat;
   text-decoration: none;
   
   
   }
