﻿/* CSS layout */
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	position: relative;
	height: 600px;
	z-index: 1;

}

