@charset "utf-8";
/* CSS Document */

body 
{ margin:0; padding:0;
  background-color:#470803;
  background-image:url(../images/background.gif);  background-repeat:repeat-x;
  font:11px Tahoma, Verdana; color:#000; }
  
#intro
{ width:800px; height:497px; 
  background-image:url(../images/intro.png);
  margin:0 auto;}
  
.body
{ width:500px; height:auto;
  margin:0 auto; }
  
#english a 
{ background:url(../images/english.png) no-repeat; width:113px; height:46px; display:block; padding-left:0px; margin:0px 0;
font-size:11px; color:white; text-decoration:none; line-height:0px; float:left;}
#english a:hover { background-position:0 bottom; font-size:11px; line-height:52px; font-weight: bold;}

#spanish a 
{ background:url(../images/espanol.png) no-repeat; width:106px; height:46px; display:block; padding-right:0px; margin:0px 0;
font-size:11px; color:white; text-decoration:none; line-height:0px; float:right;}
#spanish a:hover { background-position:0 bottom; font-size:11px; line-height:52px; font-weight: bold;}

