body {
	margin: 0px;
	background: url(/img/bg2.png) no-repeat;
/*	background-color: #909497; */
	background-color: #797e82;	
	background-position: top center;
	font-family: helvetica, arial, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 504px;
}

#topbar {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 11;
	height: 11px;
	background-color: #182c1b;
}

#HDgfx {
	width: 504px;
	height: 94px;
	background: url(../img/hi.png) no-repeat;
	background-position: top center;
	margin-top: 51px;
}

#WWMT {
	margin-top: 30px;
	width: 504px;
	height: 7px;
	background: url(../img/WWM_01.png);
}

#WWMM {
	width: 504px;
	height: 112px;
	background: url(../img/WWM_02.png);
    text-align: center;
}

@-webkit-keyframes shudder {
 0% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
 33% {
   opacity: 1.0;
   -webkit-transform: scale(1.1) rotate(-5deg);
 }
 67% {
   opacity: 1.0;
   -webkit-transform: scale(1.1) rotate(5deg);
 }
 100% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
}

#WWMM>div {
}

#WWMM ul {
	margin:0px;
}

#WWMM li {
    list-style-type:none;
    display:inline;
}

#buttonButton {

}



#tastyButton {
    width: 90px;
	margin-right: 40px;
}

#WWMM li:hover {
    -webkit-animation-name: shudder;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
}

#WWMM a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#WWMB {
	width: 504px;
	height: 7px;
	background: url(../img/WWM_03.png);
}

#WWAT {
	margin-top: 10px;
	width: 504px;
	height: 12px;
	background: url(../img/WWA_01.png);
}

#WWAM {
	width: 504px;
	height: 380px;
	background: url(../img/WWA_02.png) no-repeat;
	background-color: #7f7f7f;
}

#WWAB {
	width: 504px;
	height: 11px;
	background: url(../img/WWA_03.png);
	margin-bottom: 40px;
}

#gregpic {
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
}

#gregpic:hover {
    -webkit-transform: rotate(40deg);
}

#davidpic {
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
}

#davidpic:hover {
    -webkit-transform: rotate(-40deg);
}

.centeredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}