body {
	background-color:#000;
}
#dummy_buttons{
	position:absolute;
	top:-140px;
	left:0px;
}
#now_then_links{
	display:none;
	position:absolute;
	height:130px;
	width:800px;
}
#animation{
	position:absolute;
	top:0px;
	left:0px;
}
.preloaded_images{
	position:absolute;
	top:-300px;
	left:0px;
}
.now_box{
	position:absolute;
	padding:0;
	background-color:#000;
}
.now_box.text_box{
		background-color:transparent;
		top:-999px;
		left:0px;
}
.now_box.thisisnew_horiz{
	background:url(../images/intro/thisisnew_horiz.png) left top repeat-x transparent;
}
.now_box.thisisnew{
	background:url(../images/intro/thisisnew.png) left top repeat-y #000;
}
.now_box.now{
	background:url(../images/intro/now.png) left top repeat-y #000;
}
.now_box.newnew{
	background:url(../images/intro/newnew.png) left top repeat-y #000;
}
.box{
	position: absolute;
	padding:0;
	background-color:#1e1c1a;
}
#now_then_links div{
	position:relative;
	width:260px;
	height:130px;
	float:left;
}
#now_then_links div.then{
	float: right;
	right: 0px;
	top: 0px;
}
.now{
	background:url(../images/intro/now.png) left top no-repeat #f6efef;
}
#now_then_links .now.hover{
	background:url(../images/intro/now_over.png) left top no-repeat #f6efef;
}
.then{
	background: url(../images/intro/then.png) left top no-repeat #1e1c1a;
}
#now_then_links .then.hover{
	background:url(../images/intro/then_over.png) left top no-repeat #f6efef;
}