﻿body
{
	background-color:#72ace0;
	
}

#innerContainer
{
	background: #72ace0 url('images/teaser/background.jpg') no-repeat center center;
	height:937px;
	width:1200px;
	
	margin:0 auto;
}

#content
{
	position:relative;
	text-align:center;
	padding-top:50px;
}

h1
{
	text-align:center;
}

.text
{
	text-align:center;
	margin-top:0px;
	
	font-weight:bold;
	font-size:16px;
}

#playButton
{
	cursor:pointer;
}

#formats span
{
	margin:0px 5px;
	cursor:pointer;
}

#speeds span
{
	margin:0px 5px;
	cursor: pointer;
}

/*#buttons span
{
	margin:0px 30px;
}*/

#validation span
{
	margin:0px 15px;
}

#validation a img
{
	border:0px;
}

.selected
{
	font-weight:bold;
}

.hidden
{
	visibility:hidden;
	display:none;
}