html{
	background: #fffbc6;
	background-image: url(6a00d83420dec753ef00e54f1a3e908834-500wi.gif);
	background-image: url(6a00d83420dec753ef00e54f1a8cbe8834-500wi.jpg); 
}

body{
	color: #117034;
	width: 800px;
	height: 600px;
	overflow: auto;
	margin: 0px auto;
	padding: 10px;
	border: 2px solid #82bd82;
	border-top: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;


	background: -moz-linear-gradient(top, #e3e2f4, #fff);
	background: -webkit-gradient(linear, center top, center bottom, from(#e3e2f4), to(#fff));
	
	font-family: 'Spinnaker', sans-serif;

}
 input, button{
 	font-family: 'Spinnaker', sans-serif;
 }