body { font-family: Arial; font-size: 10px; background-color: #A41C22; }

#logo { position: absolute; left: 50%; margin-top: 35px; margin-left: -303px; }

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

h1 { font-size: 10px; margin: 0 0 15px 40px; }
a { color: #A41C22; font-weight: bold; text-decoration: none; }
a img { border: none; }

#goback { position: absolute; left: 5px; bottom: 0px; display: none; }
#gonext { position: absolute; right: 5px; bottom: 0px; }

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

.box { position: absolute; width: 280px; height: 270px; border: 1px solid white; background-color: white; }
.gallery a { margin: 0px; padding: 0px; }
.gallery_image { margin: 14px; }
.left { margin-left: 30px; }
.top { margin-top: 26px; }
.right { margin-right: 30px; }
.bottom { margin-bottom: 26px; }

#welcome { top: 0px; left: 20px; }
#gallery_01 { top: 0px; left: 320px; }
#clients { top: 0px; left: 620px; }
#game { top: 0px; left: 920px; }
#gallery_02 { top: 0px; left: 1220px; }
#contact { top: 0px; left: 1520px; }
#first { position: absolute; width: 20px; height: 270px; top: 0px; left: 0px; }
#last { position: absolute; width: 20px; height: 270px; top: 0px; left: 1800px; }


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



