.bg {
	background-color: #0C1F0C;
	background-image: url(../gfx/hg-golfball.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
* {
margin:0;
padding:0;
}

html, body {
height: 100%;
width: 100%;
}


#container {
background-image: url(../gfx/bg-content.png);
background-repeat: repeat-y;
margin: 0 auto;
position: relative;
height: 1200px;
width: 990px;
clear: left;
}

.submenu {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.textbox {
	background-color: #1A1A1A;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;

}

.headline {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
