html {
	height:100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	top: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container 
selector */
	color: #000000;/*	background-image: url(images/sparks.jpg);*/
	}
.oneColFixCtr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	top: 0;
	z-index:1;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(http://www.hogtidebbq.com/images/wood1.jpg);
}
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.oneColFixCtr #header {
	color:#FFF;
	position:relative;
	z-index:1;
	font-size:13px;
}
.oneColFixCtr #marquee {
	color:#FFF;
	position:inherit;
	z-index:1;
}
.oneColFixCtr #logo {
	color:#FFF;
	position:absolute;
	z-index:2;
	margin-left:20px;
	display:inline;
}
.oneColFixCtr #rotate {
	color:#FFF;
	position:relative;
	z-index:1;
	margin-left:180px;
	display:inline;
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
	position:relative;
	z-index:1;
}
#galiframe {
	overflow:auto
}
a:link {
	color:#FF0;
	font-size:10px;
}
a:hover {
	color:#F60;
	font-size:10px;
}
a:visited {
	color:#FFF;
	font-size:10px;
}
h1, h2 {
	padding: 0;
	margin: 0;
	display: inline;
}
.collapsable {
	margin: 1em;
	padding: 1em;
	border: 1px solid black;
}
