html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: #fff;
	color:#363e48;
}

body, html
{
	height: 100%;
}

a{
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#626262;
	margin: 0;
	padding: 0; 
	vertical-align: baseline; 
	background: transparent;
}

a:hover{
	color:#e90d88;
}

nav{
	margin: 0 auto;
	padding:5px;
	padding-left: 0px;
	width:100%;
}

ul li{
	float:left;
	list-style:none;
}

ul#nav{
	margin: 0 auto;
	width:280px;
}

.wrapper{
	height:300px;
	margin-top:20%;
}

#content{
	clear:both;
	float:left;
	height:200px;
	margin: 0 auto;
	width:100%;
}

#comingsoon{
	margin: 0 auto;
	padding-top:50px;
	width:318px;
}

#logo{
	height:40px;
	margin: 0 auto;
	position:absolute;
	top:100px;
	width:266px;
}

#dotted-line{
	border-bottom:1px dotted #b5b5b5;
	clear:both;
	height:1px;
	margin-top:10px;
	width:100%;
	position: absolute;
}

#left{
	float:left;
	margin:0 65px 0 0px;
}

#middle{
}

#right{
	float:right;
	margin-right: 15px;
}

.dot{
	height:6px;
	width:6px;
	position:absolute;
	margin:0;
	padding:0;
}

#dot-n{
	left:108px;
	top:1px;
}

#dot-t{
	left:196px;
	top:1px;
}

#overlay, #overlay-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:none;
}

#overlay
{
	display: none;
}

#overlay-bg
{
	background-color: black;
	opacity: 0.8;
	cursor: pointer;
}

#player
{
	position: absolute;
	margin: 0px auto 0px auto;
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	background-color: black;
}