html,body
{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.fade
{
	-o-transition:.4s;
  -ms-transition:.4s;
  -moz-transition:.4s;
  -webkit-transition:.4s;
  transition:.4s;
}

.fade-slow
{
	-o-transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  transition:1s;
}

.block {
	display:block;
}

#chokehold-logo {
	line-height: 170px;
}

section.left {
	width:300px;
	height: 100px;
	overflow:hidden;
}

section.middle {
	width:450px;
	height:100px;
	overflow:hidden;
}

section.right {
	width:250px;
	height:100px;
	overflow:hidden;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
}

img.validation-icons {
	position:relative;
}

#left {
	width:300px;
}

#middle {
	width:450px;
}

#right {
	width:250px;
}

footer {
	width:425px;
	margin-top:20px;
	position: relative;
	display:block;
	text-align: center;
}

img.screenshot {
	cursor:pointer;
	margin-bottom: 15px;
}

div.social-icon {
	position: relative;
	top:10px;
	
	display: inline-block;
	height: 36px;
	width: 36px;
}
	
a.social-link {
	display: block;
	width: 36px;
	height:36px;
}

div.audioplayer-title {
	width:298px;
	line-height: 26px;
}

div.audioplayer {
	width:298px;
	text-align: center;
}

audio.demoplayer {
	width:298px;
	vertical-align: top;
}

div.info-box {
	width:400px;
}

div.info-box-title {
	width:400px;
	line-height: 26px;
}

div.description-box {
	display: block;
}

div.formats-box {
	width:300px;
	text-align: center;
}

div.formats-icon {
	display:inline-block;
	width:38px;
	height:38px;
}

div.filename
{
	height:44px;
	width:250px;
	
	line-height: 44px;
	
	text-align: center;
	
	overflow: hidden;
}

a.download-link {
	display:block;
}