html		{ overflow-y: scroll; }
body		{ background: black; font-family: sans-serif; font-size: 12px; color: #888; }
#main		{ position: relative; height: 600px; margin: 0 auto; width: 1000px; }
#bg2		{ position: absolute; top: 0; left: 0; background: url(../images/2.jpg); width: 1000px; height: 611px; }
#bg3		{ position: absolute; top: 0; left: 0; background: url(../images/3.jpg); width: 1000px; height: 611px; }
#bg4		{ position: absolute; top: 0; left: 0; background: url(../images/4.jpg); width: 1000px; height: 611px; }
#bg5		{ position: absolute; top: 0; left: 0; background: url(../images/5.jpg); width: 1000px; height: 611px; }
#bg6		{ position: absolute; top: 0; left: 0; background: url(../images/6.jpg); width: 1000px; height: 611px; }
#links		{ position: absolute; bottom: 0px; left: 0; height: 105px; width: 100%; text-align: center; background: url(../images/linksbg.jpg) no-repeat; }
#leftlink	{ position: absolute; top: 45px; left: 90px; color: #888; }
#rightlink	{ position: absolute; top: 45px; right: 90px; color: #888; }
#centerlink	{ position: relative; top: 45px; color: #888; }
#copyright	{ position: absolute; bottom: 0px; left: 375px; font-size: 10px; }
#block		{ position: absolute; top: 245px; left: 440px; background: url(../images/block.jpg); width: 119px; height: 119px; }
