@charset "utf-8";
#wrapper {
	height: 750px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#name {
	background-image: url(patty_name.png);
	height: 176px;
	width: 307px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
#brush {
	background-image: url(patty_brush2_op.png);
	height: 420px;
	width: 482px;
	background-repeat: no-repeat;
	position: absolute;
	left: 518px;
	top: -15px;
	z-index: 3;
}
#jq {
	position: absolute;
	height: 325px;
	width: 944px;
	left: 0px;
	top: 266px;
}


#header {
	position: absolute;
	height: 175px;
	width: 960px;
	top: 89px;
}


#menu {
	background-image: url(patty_menu.png);
	position: fixed;
	height: 38px;
	width: 960px;
	top: 0px;
	z-index: 2;
	margin-left: 60px;
}
#menubg {
	background-image: url(patty_menu_slice.png);
	position: fixed;
	height: 38px;
	width: 100%;
	top: 0px;
	background-repeat: repeat-x;
	z-index: 1;
	left: 0px;
}
#fb {
	height: 207px;
	width: 302px;
	position: absolute;
	left: 647px;
	top: 358px;
}

* {
	margin: 0px;
	padding: 0px;
}
#splat {
	background-image: url(Splash2.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 495px;
	width: 610px;
	left: 53px;
	top: 440px;
	z-index: 2;
}
#address {
	position: absolute;
	height: 100px;
	width: 412px;
	top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B1B1B1;
	left: 367px;
}
#headline1 {
	position: absolute;
	height: 55px;
	width: 602px;
	top: 248px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #B1B1B1;
	left: 44px;
}

#headline2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #B1B1B1;
	position: absolute;
	height: 70px;
	width: 489px;
	top: 464px;
	left: 46px;
}
#headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #B1B1B1;
	position: absolute;
	height: 70px;
	width: 489px;
	top: 353px;
	left: 46px;
}
#footer {
	position: absolute;
	height: 80px;
	width: 100%;
	top: 900px;
	background-color: #7A7A7A;
}
