
* {
	border: 0;
}
body {
	background-color: black;
	height: 100%;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	overflow-y: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
	bottom: 0;
}
#scrollwrapper {
	width: 2510px;
	
}
#wrapper div.sitecontainer {
	display: inline;
	width: 358px;
	float:left;
	position: relative;
}
#wrapper div.sitecontainer div {
	width: 358px;
	/*float: left;*/		
	margin-right: 0px;
	margin-bottom: 30px;
}
h1, h2 {
	color: #ccc;
	font-family: georgia;
	text-align: center;
}
h1 {
	font-size: 42px;
	margin-bottom: 0px;
	background-image: url(zertox-logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -20000px;
	height: 100px;
}
h2 {
	margin: 0px;
	font-size: 18px;
	text-indent: -20000px;
}
h3 {
	position: absolute;
	top: -10px;
	left: -10px;
	color: white;
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-family: georgia;
	padding-top: 125px;
	padding-bottom: 250px;
	text-indent: -20000px;
	
}
.left, .right {
	position: absolute;
	top: 300px;
	width: 40px;
	padding: 10px;
	background-color: black;
	z-index: 1000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.left {
	right: 0px;
}
.right {
	left: 0px;
}
a, a:link {
	text-decoration: none;
	border: 0;
	color: #ccc;
}
h3:hover{
	text-indent: 0;
	
	margin: 10px;
	background-color: black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}