body {
	font-family: PTSansRegular, Arial, Helvetica, sans-serif;
	background: #d0ced8;
	margin: 0;
	padding: 0;
	text-align:center;
	color: #333333;
	font-size:10px;
}



h1 {
	font-family:Lobster13Regular, Arial, sans-serif;
	margin: 0px;
	font-weight:normal;
	font-size: 24px;
	padding:25px 0px 15px 0px;
	color:#666666;
}




a:link {
	color:#333333; text-decoration: none;
}
a:visited {
	color:#333333; text-decoration: none;
}
a:hover {
	color:#666666; 	text-decoration:none;
}
a:active {
	color:#333333; 	text-decoration: none;
}


/* wrapper */

#wrapper {
	width: 800px;
	margin: auto;
}


/* upper */

#upper {
	width: 800px;
	height: 150px;
	margin: 30px 0px 0px 0px;
}



/* machine */

#machine {
	width: 800px;
	height: 320px;
	margin: auto;
}


/* lower */

#lower {
	width: 800px;
	height: 230px;
	margin: auto;
	background:url(images/gracey_lower.jpg) no-repeat;
}