* {
	margin: 0;
	padding: 0;
	background-image: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 63.5%;
}

.clear {
	clear: both;
}

#page-wrap {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/background.png);
	background-position: bottom;
	height: 490px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.button {
	float: left;
	margin: 0.5px;
}


#home {
	display: block;
	background-image: url(images/home.png);
	height: 370px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	background-position: center;
	margin-top: 2em;
}
#home-button {
	opacity: 1.0;
	border-bottom-style: none;
	cursor:pointer;
}

#about {
	display: none;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	height: 370px;
	background-position: center;
	margin-top: 2em;
}
#about-button {
	opacity: 0.5;
	border-bottom-style: none;
	cursor:pointer;
}

#contact {
	display: none;
	padding-right: 9px;
	padding-left: 9px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	height: 370px;
	background-position: center;
	margin-top: 2em;
}
#contact-button {
	opacity: 0.5;
	border-bottom-style: none;
	cursor:pointer;

}
#how {
	display: none;
	padding-right: 9px;
	padding-left: 9px;
	background-image: url(images/how.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 370px;
	margin-top: 2em;
}
#how-button {
	opacity: 0.5;
	border-bottom-style: none;
	cursor:pointer;
}
#work {
	display: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 2em;
}
#work-button {
	opacity: 0.5;
	border-bottom-style: none;
	cursor:pointer;
}



form{clear:both;}

