body {
	background-color: #7FC89F;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	height: 100%;
	margin: 0px;
}

div#main {
	background-image: url("pictures/background.jpg");
	height: 600px;
	margin: -300px auto 1px;
	margin-top: -300px;
	position: relative;
	text-align: left;
	top: 50%;
	width: 844px;
}

div#header {
	left: 75px;
	position: relative;
	top: 50px;
	font-weight: bold;
}

div#footer {
	left: 700px;
    position: relative;
    top: 67px;
    width: 150px;
}

div#plzSearch {
	color: #FFFFFF;;
	font-size: 15px;
	font-weight: bold;
	left: 700px;
	position: relative;
	top: 43px;
	width: 140px;
}

div.button {
	color: #FFFFFF;
	font-size: 12px;
	height: 74px;
	padding-left: 87px;
	padding-top: 12px;
	padding-right: 5px;
	position: relative;
	width: 204px;
}

div#button_1 {
	background-image: url("pictures/button_1.png");
	left: 405px;
	top: 68px;
}

div#button_2 {
	background-image: url("pictures/button_2.png");
	left: 430px;
	top: 83px;
}

div#button_3 {
	background-image: url("pictures/button_3.png");
	left: 445px;
	top: 98px;
}

div#button_4 {
	background-image: url("pictures/button_4.png");
	left: 405px;
	top: 113px;
}