﻿html body {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: #eee url(../images/bg3.jpg) repeat-x;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -450px; 
	width: 900px;
	height: 600px;
	padding: 0px;
	border: 1px solid #999;
}

/*
.background1 {
	background: #eee url(../images/bg1.gif);
}

.background2 {
	background: #eee url(../images/bg2.gif);
}

.background3 {
	background: #eee url(../images/bg3.jpg) repeat-x;
}

.background4 {
	background: #eee url(../images/bg4.jpg);
}

.background5 {
	background: #eee url(../images/bg5.jpg);
}
*/