body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#000000 url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
/* ------------------------------------- Buttons ---------------------------------------- */
#us {
	position:relative;
	height:49px;
	width:175px;
	display:block;
	background:url("../images/stpetersburg_03.jpg") no-repeat;
}
#us a {
	position:absolute;
	left:0px;
	width:175px;
	top:0px;
	height:49px;
}
#us:hover {
	background:url("../images/stpetersburg_03.jpg") 0px -49 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
}
#us span {
	display:none;
}
#taste {
	position:relative;
	height:50px;
	width:175px;
	display:block;
	background:url("../images/stpetersburg_05.jpg") no-repeat;
}
#taste a {
	position:absolute;
	left:0px;
	width:175px;
	top:0px;
	height:49px;
}
#taste:hover {
	background:url("../images/stpetersburg_05.jpg") 0px -50 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
}
#taste span {
	display:none;
}
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:0px;
	width:0px;
	top:0px;
	height:0px;
}
#masthead a span {
	display:none;
}
