@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:0;
	text-align: center;
	background: #f9b9ba url(../img/bk.jpg) no-repeat center top;
}
a:link {
	color: #F9C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F9C;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F9C;
}
h1 {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.addy {
	padding-bottom: 15px;
	padding-top: 10px;
}
.menupix {
	background-color:#e87275;
	width:100%;
	text-align:center;
	margin-bottom: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

