		body{
			background-color: #505050;
			background-image: url('bg.png');
		}
		#container{
			margin-left: auto;
			margin-right: auto;
			width: 820px;
		}
		#top{
			top: 90px;
			height: 300px;
			width: 820px;
			position: absolute;
		}
		#main{
			background-image: url('main.png');
			background-repeat: repeat-y;
			top: 129px;
			height: 310px;
			width: 820px;
			position: absolute;
		}
		img.ak{
			top: -10px;
			left: 25px;
			position: absolute;
		}
		img.cmm{
			top: -10px;
			left: 270px;
			position: absolute;
		}
		img.icw{
			top: -10px;
			left: 517px;
			position: absolute;
		}
		img.ss{
			top: 150px;
			left: 25px;
			position: absolute;
			z-index: 2;
		}
		img.cm{
			top: 280px;
			left: 715px;
			position: absolute;
			z-index: 2;
		}
		#bottom{
			top: 439px;
			height: 300px;
			width: 820px;
			position: absolute;
			z-index: 0;
		}