/*-------------------------------------------
-------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url("../images/layout/bg_page.gif") 0 0;
	text-align: center; /*IE 6 FIX*/
}

#container {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	background: url("../images/layout/bg_cont.png") no-repeat 0 0;
	font-size: 1.1em;
}

#header {
	width: 100%;
	overflow: hidden;
	padding: 15px 0 15px 20px;
	text-align: left;
}

#header h1 {
	float: left;
	position: relative;
	width: 203px;
	height: 52px;
	margin: 0 12px 0 0;
}

#header h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/layout/logo_frank.gif");
}

#header h2 {
	float: left;
	position: relative;
	width: 317px;
	height: 52px;
}

#header h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url("../images/layout/logo_spliff_pinball.gif");
}

#flashcont {
	width: 739px;
	height: 700px;
	margin: 0 auto 20px auto;
}

ul#footer {
	margin: 0 10px 10px 0;
	padding: 3px 4px;
	float: right;
	background: #000;
	font-weight: bold;
}

ul#footer li {
	display: inline;
}

ul#footer li a {
	padding: 0 4px 0 2px;
	color: #FFF;
	text-decoration: none;
	border-right: 2px solid #FFF;
}

ul#footer li.last a {
	border-right: none;
}
