	html, body {width:100%; padding:0; margin:0; height:100%;}
	
	html {
		auto;overflow-y: scroll;overflow-x: auto;
	}

	body {
		font-family: Arial, Helvetica, sans-serif;
		color:#666;
		font-size: 12px;
		line-height:18px;
    background-repeat: no-repeat;
    background-attachment: fixed;
		background: #EEE;
		min-width:960px;
	}
	
	#main {
		position: relative;
		background: #FFF;
		top: 0px;
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
		left: 0px;
		width: 1150px; /* 940 */
		margin: 0px auto 0px auto;
	}
	
	#content {
		margin: 50px auto 0px auto;
		width: 1130px; /* 920 */
		padding: 0px 10px 0px 10px;
	}
	
	#content #left {
		float: left;
		width: 268px;
	}
	
	#content #right {
		float: right;
		width: 800px; /* 620 */
		margin-bottom: 20px;
	}
	
	#footer {
		margin: 0px auto 0px auto;
		width: 1150px; /* 1200 */
		font-size: 11px;
		text-align: center;
		height: 40px;
		color: #DDD;
		padding: 20px 0px 0px 0px;
		background: #333;
		clear: both;
	}
	
	#footer a, #footer a:link, #footer a:visited {
		color: #FFF;
		text-decoration: underline;
	}
	
	#footer a:hover {
		text-decoration: none;
	}
