body { font-family: Arial; font-size: 10px; }

.line {
	height: 333px;
	margin-top: 100px;
	position: absolute;
	left: 50%;
	z-index: 50;
}
#left { border-left: 1px solid black; margin-left: -320px; }
#right { border-right: 1px solid black; margin-left: 320px; }

h1 { font-size: 10px; margin: 0 0 15px 40px; }
a { color: #4e4e4e; font-weight: bold; text-decoration: none; }
#goback { position: absolute; left: 5px; bottom: 0px; display: none; }
#gonext { position: absolute; right: 5px; bottom: 0px; }

#container {
	position: absolute;
	overflow: hidden;
	width: 640px;
	height: 280px;
	margin-top: 130px;
	left: 50%;
	margin-left: -320px;
	z-index: 10;
}

.box { position: absolute; width: 280px; height: 270px; border: 1px solid black; }
#welcome { top: 0px; left: 20px; }
#game { top: 0px; left: 320px; }
#clients { top: 0px; left: 620px; }
#contact { top: 0px; left: 920px; }
#fist { position: absolute; width: 20px; height: 270px; top: 0px; left: 0px; }
#last { position: absolute; width: 20px; height: 270px; top: 0px; left: 1200px; }


p { margin: 0px; padding: 15px 20px 10px 20px; line-height: 12px; }


