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

body { font-size:16px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; background:#000; color:#fff; }
a { color:#fff; font-weight:bold; width:50px; text-align:center; }
.hidden { display:none; }

/*** WRAPPER ***/
#wrapper { margin:20px auto; width:640px; height:480px; text-align:center; background:url(../images/bg.png) no-repeat top left; position:relative; }
#start { background:#09C; color:#fff; height:480px; width:640px; margin:0; padding:0; }
#start h2 { padding-top:200px; }

/*** DIALOG ***/
#dialog { margin:50px 60px; position:relative; float:left; padding:10px; width:500px; background:#000; }

/*** SPRITES ***/
#jennypop { width:46px; height:110px; position:absolute; margin-top:320px; background:url(../images/sprite_jennypop.png) no-repeat bottom center;}
#rodeo { width:46px; height:110px; position:absolute; margin-top:320px; margin-left:594px; background:url(../images/sprite_rodeo.png) no-repeat bottom center;}

/*** FOOTER ***/
#footer { margin:10px auto; width:640px; }

