/* Normalizes margin and padding */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0;padding:0;
	behavior:url("csshover.htc");
}

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 {font-size:14px ;}

/* Removes list styles from lists */

ol,ul{list-style:none;}

/* Normalizes font style and font weight to normal */

address,caption, cite, code, dfn, em, th, var
{font-style: normal; font-weight:normal;}

/* Make <strong> bold */
strong
{
  font-style: normal;
  font-weight: bold;
}

/* Make <em> italic */
em
{
  font-style: italic;
  font-weight: normal;
}

a img {border:none;}

/* Removes quotation marks from q */

q:before, q:after
{content:'';}

/* General Layout */

html {text-align:center;
	background:#000;
	background-image:url('intro/bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

body {
	position:relative;
	margin:0 auto;
	width:396px;
	text-align:center;	
	color:#fff;
	font-family:Arial;
}
#wrap {
	position:relative;
	width:396px;
}

.md {position:relative;
	width:650px;
	left:-110px;
	text-align:left;
}
.md a{
	color:#fff;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	font-size:1.1em;
}

.md a:hover {
	color:#6dcff6;
}
div#player {
	position:absolute;
	top:-100px;
	width:100px;
	height:50px;
	z-index:0;
}



