@charset "UTF-8"; 

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
	background-color:#03292F;
	color:#8F8F8F;
	font:75%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance {
	width:100%;
	height:55%;
	background-color:#000;
	margin-bottom:-13.75em; /* half of container's height */
	float:left;
	background-image: url(../img/bg-texture.gif);
		}

	#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:400px;
	width:100%;
	clear:left;
	background-color:#333;
	overflow: hidden;
	background-image: url(../img/bg-center.jpg);
	background-position: center center;
		}

	#container h1 {
		font-size:120%;
		padding-top:2.4em;
		margin-left:2.4em;
		}

	#container p {
	font-size:70%;
	margin:300px 3em 1.5em 3em;
	text-align: center;
	color: #03292F;
		}

	@import("iemac-center.css");
	#info {
	position:relative;
	left:338px;
	top:85px;
	width:480px;
	height:90px;
	z-index:10;
	text-align: left;
}

/* Buttons Top Menu */

#btns_top {
	height: 32px;
	width: 124px;
	background-repeat: no-repeat;
}

#btn_1 {
	position: absolute;
	top: 46px;
	right: 356px;
	height: 32px;
	width: 124px;
	background-repeat: no-repeat;
}
.btn_1_nrml {
   background-position: 0px 0px;
   background-image: url(../img/btn-32x124.png);
}
  .btn_1_over {
   background-position: 0px -32px;
   background-image: url(../img/btn-32x124.png);
}
  .btn_1_press {
   background-position: 0px -64px;
   background-image: url(../img/btn-32x124.png);
}
 
 
#btn_2 {
	position: absolute;
	top: 46px;
	right: 221px;
	height: 32px;
	width: 124px;
	background-repeat: no-repeat;
}
.btn_2_nrml {
   background-position: 0px 0ppx;
   background-image: url(../img/btn-32x124-2.png);
}
  .btn_2_over {
   background-position: 0px -64px;
   background-image: url(../img/btn-32x124-2.png);
}
  .btn_2_press {
   background-position: 0px -32px;
   background-image: url(../img/btn-32x124-2.png);
}
