@charset "UTF-8";
/* Robert Stephen */

body{
	background-color: #040707;
	margin:50px 0px; padding:0px;
	text-align:center;
}

#content {
	width:960px;
	height: auto;
	margin:0px auto;
	text-align:left;
	padding:15px;
	/*border:1px dashed #333;*/
	background-color:#040707;
	z-index: 0;
}

/* Text & Type ----------------------------*/
body, p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 100%;
	color: #c1ad30;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeue-CondensedBlack', Helvetica, Arial;
}	

a {
	color: #29b0c5;
}

a:visited {
	color: #861643;
}

a:focus{outline:1px dotted}

hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

h1 {font-size: 3em}

h2{font-size:2.5em}

h3{
	font-size:2em;
	margin-bottom:0px;	
}

h4{font-size:1.4em}

h5{
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em; 
}

h6{font-size: 1.1666em}

ol{list-style:decimal}

ul {
	list-style:none;
	padding-left: 0px;
}

li{margin-left:0px}

#player {
	width: 425px;
	position: relative;
	top: -1340px;
	left: 497px;
	z-index: 10;
	text-align: center;
}

#button {
	margin-top: 100px;
	cursor: pointer;
	border-bottom: 1px dashed #c1ad30;
}