@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
}
#bigbox {
	background-color: #4d4d4d;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000;
}
#top {
	background-image: url(images/patpizzabanner.gif);
	height: auto;
	color: #ffffff;
	text-align: center;
}
#body {
	color: #ffffff;
}
button {
  border: 0;
  background: #009900;
  border-radius: 4px;
  box-shadow: 0 5px 0 #006600;
  color: #fff;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 12px 20px;
  transition: all .1s linear;
  width: 199px;
}
button:active {
  box-shadow: 0 2px 0 #006600;
  transform: translateY(3px);
}
a:link, a:visited {
	color: #009900;
	text-decoration: none;
}