body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

select {
	font-size: 13px;
	line-height: 28px;
	width: 238px;
	height: 28px;
	display: block;
	border: 1px solid #bbb;
}

.activity {
	position: relative;
	width: 1024px;
	height: 674px;
	overflow: hidden;
}

.bg {
	position: absolute;
	width: 1024px;
	height: 674px;
	background-image: url(../images/bg.png);
}

#side-bg {
	position: absolute;
	left: 31px;
	top: 152px;
	width: 355px;
	height: 354px;
	background-image: url(../images/side-bg.png);
	background-size: 100% 100%;
}

#side-view {
	position: absolute;
	left: 31px;
	top: 152px;
	width: 355px;
	height: 354px;
	background-image: url(../images/side-light-small.png);
	background-size: 100% 100%;
	opacity: 1;
}

#side-pixels {
	position: absolute;
	left: 31px;
	top: 152px;
	width: 355px;
	height: 354px;
	background-image: url(../images/side-pixels.png);
	background-size: 100% 100%;
	opacity: 0;
}

#side-pixels-small {
	position: absolute;
	left: 31px;
	top: 152px;
	width: 355px;
	height: 354px;
	background-image: url(../images/side-pixels-small.png);
	background-size: 100% 100%;
	opacity: 0;
}

#top-bg {
	position: absolute;
	left: 642px;
	top: 152px;
	width: 355px;
	height: 354px;
	background-image: url(../images/top-bg.png);
	background-size: 100% 100%;
}

#top-view {
	position: absolute;
	left: 642px;
	top: 182px;
	width: 355px;
	height: 354px;
	background-image: url(../images/top-light-small-middle.png);
	background-size: 100% 100%;
	opacity: 1;
}

#top-pixels {
	position: absolute;
	left: 642px;
	top: 152px;
	width: 355px;
	height: 354px;
	background-image: url(../images/top-pixels.png);
	background-size: 100% 100%;
	opacity: 0;
}

#top-pixels-small {
	position: absolute;
	left: 642px;
	top: 152px;
	width: 355px;
	height: 354px;
	background-image: url(../images/top-pixels-small.png);
	background-size: 100% 100%;
	opacity: 0;
}

#cost {
	position: absolute;
	left: 457px;
	top: 218px;
	width: 116px;
	height: 260px;
}

#cost .bar {
	position: absolute;
	left: 58px;
	top: 260px; /*185px;*/
	/*width: 116px;*/
	width: 58px;
	height: 0; /*75px;*/
	background-color: #fff043;	
}

#graph {
	position: absolute;
	left: 457px;
	top: 218px;
	width: 116px;
	height: 265px;
	background-image: url(../images/graph.png);
}

#cost-text {
	position: absolute;
	left: 457px;
	top: 193px;
	width: 116px;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#time {
	position: absolute;
	left: 330px;
	top: 580px;
	color: #fff;
}

#start {
	position: absolute;
	left: 320px;
	top: 600px;
}

#reset {
	position: absolute;
	left: 620px;
	top: 600px;
}

#technology {
	position: absolute;
	left: 29px;
	top: 111px;
}

#type-of-oil {
	position: absolute;
	left: 273px;
	top: 111px;
}

#size-of-spill {
	position: absolute;
	left: 518px;
	top: 111px;
}

#distance-from-shore {
	position: absolute;
	left: 763px;
	top: 111px;
}

#hours {
	position: absolute;
	left: 498px;
	top: 524px;
	width: 27px;
	height: 108px;
	/*background-image: url(../images/hand-hour.png);*/
	background-image: url(../images/hand-minute.png);
}

#minutes {
	position: absolute;
	left: 498px;
	top: 524px;
	width: 27px;
	height: 108px;
	background-image: url(../images/hand-minute.png);
}

button {
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #fe8034;
	
	background: #fe8034;
	background: -moz-linear-gradient(top,  #fe8034 0%, #fe0428 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe8034), color-stop(100%,#fe0428));
	background: -webkit-linear-gradient(top,  #fe8034 0%,#fe0428 100%);
	background: -o-linear-gradient(top,  #fe8034 0%,#fe0428 100%);
	background: -ms-linear-gradient(top,  #fe8034 0%,#fe0428 100%);
	background: linear-gradient(to bottom,  #fe8034 0%,#fe0428 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8034', endColorstr='#fe0428',GradientType=0 );
	
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
}

