@charset "UTF-8";
/* CSS Document */
/* Written by Matthew Moore on February 28th, 2010 */
/* www.matthewmooredesign.com */

/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; color: #FFFFFF }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* GENERAL */

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../img/bg2.jpg) no-repeat center top #FFF;
	}
	
.clear { clear: both; }
.displace { position: absolute; left: -9000px; }

#wrapper { width: 984px; height: 1039px; margin: 0 auto 0 auto; }
#player { height: 411px; width: 730px; margin: 169px 0 0 256px; float: left; }

#email { display: block; width: 730px; height: 31px; background: url("../img/btnEmail.jpg") no-repeat 0 0; margin-top: 6px;}
#email:hover { background-position: 0 -31px; }
#email span { display: none; }
