/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
html * {
	margin:0;
	padding:0;
	}
html {
	min-height: 10000px;
	margin-bottom:0;
	font-size:100%;
	background:url(../images/bottom-bg.gif) repeat-x bottom;
	}
body {
	background:#fff url(../images/top-bg.gif) repeat-x top;
	font:normal 11px/17px Arial, Helvetica, sans-serif;
	color:#222;
	}
#container {
	width: 650px;
	}
#content_wrapper {
	width: 650px;
	}
#content {
	width: 650px;
	}
#header {
	display: none;
	}
#sidecol {
	display: none;
	}
#content #colwrap {
	margin-top:0;
	position: static;
	}