html, body {
	background-color: #EF4B3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#Container {
	width: 960px;
	height: 910px;
	background: url(../img/background.jpg) no-repeat;
	position:relative;
	margin: auto;
}

#VideoContainer {
	width: 720px;
	height: 438px;
	position: absolute;
	top: 292px;
	left: 117px;
}

#Tag {
	position: absolute;
	width: 306px;
	height: 223px;
/*	top: 750px;
	left: 575px;*/
	top: 0px;
	left: 725px;
}

#Footer {
	width: 960px;
	position:relative;
	margin: auto;	
}

/** Train **/

#TrainContainer {
	width: 960px;
	position: absolute;
	top: 775px;
	padding-top: 23px;
	height: 90px;
	overflow: hidden;
}

#Train {
	width: 252px;
	height: 67px;
	position: absolute;
	left: -260px;
}
	#Engine {
		width: 90px;
		height: 57px;
		position: absolute;
		left: 162px;
		background:url(../img/engine.png) no-repeat;
	}
		#SmokeStack {
			position: absolute;
			left: 56px;
			top: 0px;
			width: 14px;
			height: 36px;
			background:url(../img/smoke_stack.png) no-repeat;
		}
		#Wheel1{
			position: absolute;
			width: 16px;
			height: 16px;
			left: 55px;
			top: 48px;
			background:url(../img/small_wheel.png) no-repeat;
		}
		
		#Wheel2{
			position: absolute;
			width: 27px;
			height: 27px;
			left: 25px;
			top: 38px;
			background:url(../img/big_wheel.png) no-repeat;
		}
		
		#Wheel3{
			position: absolute;
			width: 111px;
			height: 111px;
			left: -3px;
			top: 38px;
			background:url(../img/big_wheel.png) no-repeat;
		}
		
		#Car1 {
			width: 69px;
			height: 43px;
			position: absolute; 
			top: 24px;
			left: 82px;
			background:url(../img/car1.png) no-repeat;
		}
		
		#Car2 {
			width: 76px;
			height: 43px;
			position: absolute; 
			top: 24px;
			background:url(../img/car2.png) no-repeat;
		}
		
/* Elements */
a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;	
}
a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
