html {
	height: 100%;
	background-color: #000;
	/*background: #fe6347;*/
	background: #f8674a;
	overflow-x: hidden;
}
body {
	margin: 0px;
	height: 100%;
	overflow-x: hidden;
}

.middle {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	overflow: visible;
}

#mainblock {
	position: relative;
	left: -500px;
	width: 1000px;
	height: 100%;
	background: url(../images/bottom_l.jpg);
}

#left {
	width: 230px;
	height: 785px;
	background: url(../images/border_l.jpg) top;
	float: left;
}

#main {
	width: 540px;
	height: 785px;
	background: #81120b url(../images/splash.jpg) top no-repeat;
	float: left;
}

#right {
	width: 230px;
	height: 785px;
	background: url(../images/border_r.jpg) top;
	float: left;
}

#bg_gfx {
	position: absolute;
	left: 0; top: 0;
	height: 785px;
	width: 100%;
	background: url(../images/loop.jpg) top repeat-x;
}

#copyright {
	position:absolute; width:545px; height:35px; z-index:4; left: 235px; top: 742px;
	background: url(../images/copyright_sbg.gif);
}

.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: justify;
}

