html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	background: #fff no-repeat top left;
	background-attachment: fixed;
	overflow-y: scroll;
}

* html body { overflow-y: visible; }
*+html body { overflow-y: visible; }
	

#container {
	position: relative;
	width: 927px;
	margin: 0 auto;
	min-height: 100%;
	background: url(/imgs/bgStrip.png) repeat top left;
}

.header {
	margin:15px 0 15px 0;
}

#googleCheckout { display:none; }