body {
	margin: 0px;
	padding: 0px;
	background: black;
	font: bold 16px Helvetica, Arial, sans-serif;
	line-height: 20px;
	position: relative;
	color: white;
	min-width: 700px;
	min-height: 540px;
	overflow: hidden;
	min-width: 770px;
}

body, html {
	height: 100%;
}

a {
	color: #4c4c4c;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:hover {
	color: white;
}

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

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

#main {

}

#videoplayer, #videoembed {
	width: 100%;
}

#videoplayer {
	position: absolute;
	top: 00px;
	left: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 80px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	color: #ffffff;
	line-height: 29px;	
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;	
}

h2 a {
	color: #2bba38;
}

#footer {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1000;
}

#container {
	xmargin-top: -440px;
	-webkit-transition: 0.3s ease-out;
	position: relative;
	z-index: 700;
	height: 100%;
}

#moreinfo {
	position: absolute;
	bottom: -440px;
	left: 0px;
	height: 400px;
	background: white;
	color: #ed008c;
	z-index: 699;
	padding: 20px 0px;
	width: 100%;
}

#moreinfo p{
	font-size: 25px;
	max-width: 900px;
	padding: 0px 40px
}

#moreinfo blockquote {
	margin: 0px;
	padding: 0px;
	color: #2bba38;
}

#moreinfo p a:hover {
	color: black;
}

#emailaddress {
	background: transparent;
	border: none;
	border-bottom: 2px solid #ed008c;
	font: bold 20px Helvetica, Arial, sans-serif;
	color: #ed008c;
	-webkit-transition: 0.25s ease-in-out;
}#emailaddress:hover, #emailaddress:focus {
	color: #222222;
}

#gobutton {
	border: none;
	background: none;
	font: bold 20px Helvetica, Arial, sans-serif;
	color: #ed008c;
	cursor: pointer;
	-webkit-transition: 0.25s ease-in-out;
}#gobutton:hover {
	color: #222222;
}

#xllink {
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 70px;
	height: 52px;
	background: url(images/xllogo.jpg) 0px 0px no-repeat;
	text-indent: -5000em;
	display: block;
	-webkit-transition: 0.25s ease-in-out;
}#xllink:hover {
	opacity: 0.7;
}

#download {
	position: absolute;
	width: 400px;
	height: 90px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
	margin-top: -2000px;
	background: black;
	padding: 50px;
	color: #ed008c;
	z-index: 5000;
	opacity: 0.7;	
	-webkit-transition: 0.5s ease-in-out;
}

#download p {
	font-size: 25px;
	margin-top: 0px;
	padding-top: 0px;
}

#download a:hover {
	color: black;
}

#closebox {
	position: absolute;
	top: 20px;
	right: 20px;
}

#nosignup {
	position: absolute;
	bottom: 50px;
	left: 50px;
	color: black;
	opacity: 0.2;
}


#size {
text-align: right;

}

