/* @override http://el.dev/engine/css/style.css
	http://tf.dev/engine/css/style.css */

@import "reset.css";
body{
	font-size: 14px;
}

a {
	color: #a4181a;
}

a:hover {
	color: #ef1114;
}

#music{
 position:absolute;
 top:0;
 right:0;
 margin-top:10px;
display:inline;
vertical-align:top;
z-index:100;
}

#wrapper{
width: 1264px;
	margin-left: auto;
	margin-right: auto;
}

#maskContainer {
	height: 628px;
	position: relative;
}

#mask {
	width: 1264px;
	height: 628px;
	margin-top: 0;
	position: absolute;
	z-index:0;
	background: url(../img/noflashmask.png) top center no-repeat;
}

#finalMask {
	width: 1264px;
	height: 628px;
	margin-top: 0;
	position: relative;
	z-index:1;
	top: 0;
	display: none;
}

#countdown {
	color:#9c0808;
	font-size: 40px;
	text-align:center;
	margin-top:-75px;
	z-index:100;
	text-align:center;
	width: 1264px;
}


#title{
background: url(../img/timesend.png) top center no-repeat;
width: 1264px;
height:84px;
content:"Time's End";
}

#quote{
background: url(../img/terriblequote.png) top center no-repeat;
margin-top:75px;
	width: 1264px;
height:26px;
content:"You've met with a terrible fate, haven't you?";
float:left;
}


#countdown span {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	background: url(../img/zerozero.png) center center no-repeat;
}


#countdown .infinity{
background: url(../img/infinity.png) center center no-repeat;
width: 20px;
height:20px;
padding:0;
content:".";
}

#social{
	margin-top:20px;
	width: 1264px;
	height:26px;
	clear:both;
	float: left;
}

#music a,img{
vertical-align:top;
}

#content {
	color: white;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#about {
	margin-top: 40px;
}

#downloads {
	height: 100px;
	text-align: center;
}

.download {
	width: 200px;
	display: inline-block;
	margin-top: 40px;
}

#support {
	height: 45px;
}

#bandcamp {
	margin-bottom: 50px;
	float: left;
}

#bandcamp div, #credits ul {
	width: 445px;
	display: inline-block;
	vertical-align: top;
}

#bcRight {
	text-align: center;
	float: right;
}

#bcLeft {
	float: left;
}

#credits ul {
	margin-bottom: 30px;
}

#contact {
	line-height: 22px;
}

#footer {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

#footer a {
	color: white;
}