html, body {
	height: 100%;
	background: #000; 
	color: #000;
	background-image:url('images/paper.jpg');
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}

#container {
	min-height: 100%;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	position: relative;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0.5em 0.5em 0.5em 0.5em;
	}

a 	{
	text-decoration: none;
	color: #000;
	}

a:active {
	text-decoration: none;
	color: #999999;
	}

a:hover {
	text-decoration: none;
	color: #999999;
	}

.linkunderline a:link {
	text-decoration: underline;
	color: #FFF;
	}

.linkunderline a:visited {
	text-decoration: underline;
	color: #FFF;
	}

.linkunderline a:active {
	text-decoration: underline;
	color: #999999;
	}

.linkunderline a:hover {
	text-decoration: underline; 
	color: #999999;
	}

a img 	{
	border: 0;
	}

a img.block {
	float: left;
	}

p 	{
	margin: 0 0 1em;
	}

h1 	{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}

h2 	{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}

#main {
	width: 700px;
	background: #000;
	height: 610px;
	text-align: left;
	}

#main2 {
	width: 700px;
	background: #000;
	text-align: left;
	height: 660px;
	}

#logo {
	position: absolute;
	left: 240px;
	top: 80px;
	z-index: 50;
	}

#happy {
	position: absolute;
	left: 320px;
	top: 52px;
	z-index: 45;
	}

#menubar {
	position: absolute;
	left: 260px;
	top: 16px;
	z-index: 40;
	}

#car {
	position: absolute;
	left: -20px;
	top: 280px;
	z-index: 10;
	}

#star1 {
	position: absolute;
	left: 100px;
	top: 140px;
	z-index: 10;
	}

#star2 {
	position: absolute;
	left: 600px;
	top: 80px;
	z-index: 10;
	}

#star3 {
	position: absolute;
	left: 570px;
	top: 210px;
	z-index: 10;
	}

#star4 {
	position: absolute;
	left: 520px;
	top: 230px;
	z-index: 10;
	}

#star5 {
	position: absolute;
	left: 160px;
	top: 80px;
	z-index: 10;
	}

#star6 {
	position: absolute;
	left: 220px;
	top: 210px;
	z-index: 10;
	}

#dining {
	position: absolute;
	left: 480px;
	top: 320px;
	z-index: 10;
	}

#beerwine {
	position: absolute;
	left: 14px;
	top: 50px;
	z-index: 10;
	}

#transbox {
	position: absolute;
	left: 38px;
	top: 14px;
	z-index: 60;
}


#textbox {
	position: absolute;
	top: 40px;
	padding: 0.5em;
	color: fff;
	}

#contactbox {
	position: absolute;
	top: 140px;
	left: 210px;
	padding: 0.5em;
	color: fff;
	text-align: center;
	}

#news {
	position: absolute;
	left: 50px;
	top: 180px;
	width: 700px;
	background: #FFF;
	text-align: left;
	padding: 0.5em;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	}

li.last {
	border-right: 0;
	}


#footer {
	float: right;
	width: 700px;
	text-align: right;
	}

#footerlinks li {
	display: inline;
	list-style: none;
	margin: 0.5em 0;
	border-right: 1px solid;
	font-size: 10px;
	padding: 0em 0.5em 0em 0.5em;
	}

#footerlinks li.last {
	border-right: 0;
	}
