/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #595858;
	position: relative;
}

body {
	min-height: 555px;
	min-widht: 874px;
}


#container {
	height: 555px;
	width: 874px;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -437px;
	margin-top: -277px;
}

#ie6fix {
	height: 555px;
	widht: 874px;
}