body {
	margin: 0px;
	padding: 0px;
	background: black;
	font: 18px 'CrimsonTextRoman', Arial, helvetica, sans-serif;
	position: relative;
	color: white;
	min-width: 700px;
	min-height: 540px;
	overflow: hidden;
	min-width: 770px;
	text-align: center;
}

img {
    border: none;
}

body, html {
	height: 100%;
}

p {
    line-height: 30px;
}

a {
	color: white;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:hover {
	opacity: 0.7;
}

#header {
	height: 0px;
	position: relative;
}

#main, #main embed, #main object {
	z-index: 700;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
}


h1 {
	margin: 0px;
	padding: 0 0 0px 0;
	font-size: 40px;
	font-weight:normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	line-height: 50px;
}

#container {
	position: relative;
	z-index: 700;
	height: 100%;
	overflow: hidden;
}

#content{
position:relative;
z-index:2;
padding:20px;
}

#content h1, #player{
text-align:left;
}

#player ul{
margin:0;
padding:0;
list-style-type:none;
}

#player a {
	color:#ffffff;
	text-decoration:none;
}

#player li a {
	padding: 0px 0px 0px 15px;
    display: block;
    background: url(img/player.gif) 0px -4px no-repeat;
}
#player li a:hover {
    color: #e0ba87;
}
#player li.stop a {
    color: #e0ba87;
    background: url(img/player.gif) 0px -25px no-repeat;
}

input{
font-family:Arial, Helvetica, sans-serif;
/*border:1px solid #CCCCCC;*/
border:none;
font-size:12px;
color:#999999;
background:#333333;
}

#container form{
position:absolute;
top:20px;
left:20px;
}


#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s ease-in-out;
	z-index: 1000;
}


#videoplayer {
	width: 78%;
	height: 78%;
	top: 5%;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

#info{
margin:50px 0 0 0;
}

#sharehide{
display:none;
}


textarea{
width:395px;
height:135px;
background:#555555;
color:#fff;
border:none;
padding:10px;
margin:0 0 10px 0;
}

#close{
margin:0 0 0 -10px;
}
