body {
	margin: 0;
	font-family: "Lucida Grande", "Arial";
	font-size: .8em;
	color: #000;
	background: #977B35 url(img/GOG_background.jpg) repeat-x;
}

#container {
	width: 979px;
	margin: 0 auto;
}

#header {
	width: 979px;
	height: 168px;
	background: url(img/GOG_header.jpg) no-repeat;
	overflow: hidden;
}

#flash {
	width: 979px;
	height: 179px;
	background: url(img/GOG_feet.jpg) no-repeat;
}

#main {
	width: 979px;
}

input {
	border: #000 1px solid;
	background-color: #977B35;
	color: #fff;
	
}

.error {
	font-weight: bold;
	color: #fff;
	font-size: .8em;
}

a { color: #fff; text-decoration: underline; }
a:hover { text-decoration:none; }	
a:visited { color:#fff; text-decoration:underline; }	
