body {
		width: 100%;
		height: 100%;
		margin: 0;
		background: #b8b8b8 url(../style/background_pixel.gif) repeat-x;
	}

#wrapper {
	width: 935px;
	margin: 0 auto;
	}
#header {
	width: 935px;
	height: 80px;
}
#header h1 {
		width: 290px;
		height: 80px;
		text-indent: -999em;
		background: url(../style/gm_cee_logo.gif) no-repeat;
		margin: 0;
}
#footer {
		width: 930px;
		height: 20px;
		font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
		color: #555;
		padding: 10px 0 0 0;
}
