body{
	background-image: url('layout-images/bg.png');
}

#container{
	position: relative;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 960px;
	height: 640px;
}

#canvas{
	background-color: #FFFFFF;
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
}

#top, #middle, #bottom{
	position:absolute;
}

#top{
	background-image: url('layout-images/top.png');
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	height: 20px;
}

#middle{
	background-image: url('layout-images/middle.png');
	background-repeat: repeat-y;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 20px;
}

#bottom{
	background-image: url('layout-images/bottom.png');
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
}

#loading{
	font-family: "Arial";
	font-weight: bold;
	font-size: 18pt;
	color: rgb(100, 100, 100);
	text-align: center;
	position: relative;
	display: block;
	margin: auto;
	top: 300px;
	width: 200px;
	height: 30px;
}