html, body {
	background:#384F5A;
	height:100%;
}

#overallcontainer {
	background: url(bg_skater.png) center top no-repeat fixed;
	border-top:1px solid transparent;
	min-height:100%;
	min-width:650px;
}
#content {
	margin:168px auto 2em auto;
	padding:0 0 0 260px;
	width:390px;
}
