@charset "UTF-8";* {	margin: 0px;	padding: 0px;}html {	height: 100%;}body {	height: 100%;}#container {	position:absolute;	width:1000px;	z-index:1;	margin-left: -500px;	left: 50%;	top: 20px;	height: 650px;}#left {	width: 450px;	position: absolute;	left: 0px;	top: 0px;	height: 650px;}#right {	width: 550px;	clear: left;	position: absolute;	left: 450px;	top: 0px;	height: 650px;}
