/* RESET CSS */

/* First blob here is derived from YUI's "reset" CSS file v 2.5.0 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* Global modifications to "reset" to make it more typical */
h1,h2,h3,h4,h5,h6 { font-weight:bold; }
p { margin:1em 0; }
input,select { font-size: 90% }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote { margin: 0 1em 0 1em; }
ul,ol { margin: 1em 1em 1em 1.5em; }
ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }





/* STRUCTURAL ELEMENTS */


html
{
  background: white url(background.jpg) top center;
  font: medium Verdana, Arial, Helvetica, sans-serif;
}

#wrapper
{
  position: relative;
  width: 1000px;
  margin: 75px auto;
}

#text
{
  position: absolute;
  top: 210px;
  left: 325px;
  width: 350px;
  height: 80px;
  text-align: center;
  font-size: small;
}

a#mavBtn
{
  display: block;
  position: absolute;
  top: 310px;
  left: 330px;
  width: 130px;
  height: 135px;
}
a#mavBtn:link, a#mavBtn:visited { background: url(MavBtn.jpg); }
a#mavBtn:hover, a#mavBtn:active { background: url(MavBtnOver.jpg); }

a#mikiBtn
{
  display: block;
  position: absolute;
  top: 310px;
  left: 580px;
  width: 120px;
  height: 135px;
}
a#mikiBtn:link, a#mikiBtn:visited { background: url(MikiBtn.jpg); }
a#mikiBtn:hover, a#mikiBtn:active { background: url(MikiBtnOver.jpg); }


#email
{
  position: absolute;
  top: 489px;
  left: 364px;
  width: 198px;
  height: 28px;
  background: white;
  text-align: center;
}
  
#subscribe
{
  position: absolute;
  top: 488px;
  left: 571px;
  width: 101px;
  height: 31px;
}
  
#diffGames
{
  position: absolute;
  top: 541px;
  left: 477px;
  width: 74px;
  height: 48px;
}
  

