@charset "UTF-8";
/* CSS Document */

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

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	color:#018752;
}

#container {
	margin: 0 auto;
	width: 900px;
}

.yellow {
	color:#f9c40b;
}

#logo {
	background-image:url(images/logo.png);
	width:396px;
	height:139px;
	z-index:9;
	position:absolute;
	margin-top:-130px;
}

#classic {
	width:200px;
	height:125px;
	z-index:9;
	position:absolute;
	margin-top:10px;
	margin-left:20px;
}

#menu {
	width:450px;
	height:32px;
	margin-top:-60px;
	z-index:8;
	position:absolute;
	margin-left:420px;
}

.main {
	margin-top:130px;
	width:867px;
	background-color:#dedede;
	border:5px solid #9d0059;
	padding:3px;
	height:550px;
}

#footer {
	font-size:10px;
	margin-top:30px;
	margin-left:20px;
}

#machine {
	background-image:url(images/machine.png);
	width:180px;
	height:280px;
	position:absolute;
	margin-left:720px;
	margin-top:-300px;
}

#machine2 {
	background-image:url(images/machine2.png);
	width:180px;
	height:280px;
	position:absolute;
	margin-left:720px;
	margin-top:-300px;
}

#text1 {
	margin-left:20px;
	margin-top:360px;
	width:320px;
	position:absolute;
	border:2px solid #9fcf69;
	padding:4px;
}

#text2 {
	margin-left:370px;
	margin-top:360px;
	width:320px;
	position:absolute;
	border:2px solid #9fcf69;
	padding:4px;
}

#text3 {
	margin-left:420px;
	margin-top:20px;
	width:380px;
	position:absolute;
	border:2px solid #9fcf69;
	padding:4px;
}

#flash {
	position:absolute;
	width:920px;
	z-index:9;
	height:410px;
	margin-top:-36px;
	margin-left:-16px;
}

#machine1 {
	background-image:url(images/machine1.jpg);
	background-repeat:no-repeat;
	width:347px;
	height:550px;
	position:absolute;
	margin-left:30px;
	margin-top:10px;
}