body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;

}

.main {
	border: 0px;
	width: 866px;
	height: 170px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

.middle {
	border: 0px;
	height: 200px;
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.button1 {
	border: 0px;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 200px;
	margin-left: 0px;
}

.button2 {
	border: 0px;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 200px;
	margin-left: 0px;
}

.button3 {
	border: 0px;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 200px;
	margin-left: 0px;
}

.footer {
	border: 0px;
	height: 200px;
	background-image: url(images/goodbye.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
