@charset "utf-8";
body {
	background-color: #000000;
}

* {margin:0; padding:0;}
.main {
	height: 900px;
	width: 900px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.top {
	background-image: url(images/machinepic_01.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 900px;
	position: relative;
}
.bottom {
	background-image: url(images/machinepic_02.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 900px;
	position: relative;
}
.thumbcontainer1 {
	width: 337px;
	position: absolute;
	top: -356px;
	left: 284px;
	height: 721px;
}
.image {
	padding: 3px;
	float: left;
	height: 120px;
	width: 160px;
}
.button {
	height: 60px;
	width: 365px;
	position: absolute;
	left: 264px;
	top: 390px;
}
