body {
	background: #040010 url('../images/bg.png') top repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	color: #333333;
	font-size: 9pt;
	text-align: center;
}

a {
	color: #48739c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#substrate {
	margin: auto;
	width: 1000px;
	height: 795px;
	background: url('../images/substrate.jpg') center center no-repeat;
	text-align: left;
}

#main {
	width: 1000px;
	height: 795px;
	background: url('../images/main.jpg') no-repeat;
}

#swf {
	position: absolute;
	width: 1000px;
	height: 460px;
	display: none;
	z-index: 50;
}

.menu, .digit {
	background-image: url('../images/menu.jpg');
	background-position: 1000px 1000px;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
}

#description {
	width: 175px;
	height: 93px;
	margin-left: 160px;
	margin-top: 76px;
}
#description:hover {
	background-position: 0px 0px;
}

#map {
	width: 222px;
	height: 93px;
	margin-left: 665px;
	margin-top: 76px;
}
#map:hover {
	background-position: 0px -93px;
}

#digit_1 {
	width: 173px;
	height: 162px;
	margin-left: 348px;
	margin-top: 432px;
}
#digit_1:hover {
	background-position: 0px -186px;
}

#digit_2 {
	width: 226px;
	height: 186px;
	margin-left: 570px;
	margin-top: 576px;
}
#digit_2:hover {
	background-position: 0px -348px;
}

#digit_3 {
	width: 99px;
	height: 75px;
	margin-left: 406px;
	margin-top: 274px;
}
#digit_3:hover {
	background-position: 0px -534px;
}

#digit_4 {
	width: 42px;
	height: 80px;
	margin-left: 479px;
	margin-top: 260px;
	z-index: 10;
}
#digit_4:hover {
	background-position: 0px -609px;
}

#digit_5 {
	width: 64px;
	height: 87px;
	margin-left: 505px;
	margin-top: 277px;
}
#digit_5:hover {
	background-position: 0px -689px;
}

#digit_6 {
	width: 113px;
	height: 127px;
	margin-left: 843px;
	margin-top: 388px;
}
#digit_6:hover {
	background-position: 0px -776px;
}

#digit_7 {
	width: 83px;
	height: 67px;
	margin-left: 735px;
	margin-top: 235px;
}
#digit_7:hover {
	background-position: 0px -903px;
}

#text {
	text-align: left;
	margin: 10px;
	font-size: 10pt;
	background: url('../images/text.png') no-repeat top center;
	padding-top: 25px;
}

#main #text {
	width: 100px;
	position: absolute;
	left: -3000px;
}
