html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
	}

body {
	background-color: #B46200;
	font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size:76%;
	}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

#content {
	position: absolute;
	z-index: 1;
	width: 800px;
	height: 554px;
	background-image: url("support/beer_bubbles.jpg");
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -277px;
	border: #3F3F3F 1px solid;
	text-align: center;
	}

a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	}

h1 {
	color: #000;
	font-size: 40px;
	padding:12% 0px 0px 0px;
	}

h2 {
	color: #5B3403;
	font-size: 30px;
	}

p {
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: justify;
	}

#fixed {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 142px;
	z-index: 2;
	font-size: 12px;
	color: #000;
	border: 1px solid #614C2A;
	padding: 0px 8px 0px 8px;
	}

