@charset "utf-8";
/* CSS Document */

body,
div,
img,
h1,
h2,
h3 {
	margin:0;
	padding:0;
}
#header {
	background:url(images/header-bg1.jpg) transparent top left repeat-x;
	height:310px;
	width:100%;
	z-index:1;
}
#towers1 {
	background-image:url(images/towers1.png);
	background-repeat:repeat-x;
	background-position:0px 127px;
	height:310px;
	width:40%;
	z-index:2;
	position:absolute;
	left:0;
	top:0;
}
#cont1 {
	width:980px;
	margin:0px auto;
	position:relative;
	z-index:3;
}
#logo {
	background-image:url(images/logo-tut.jpg);
	width:357px;
	height:191px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
#towers {
	background-image:url(images/towers2.png);
	width:483px;
	height:226px;
	position:absolute;
	top:88px;
	left:0px;
	z-index: 10;
}
#hoster {
	background-image:url(images/hoster-by-sign.png);
	width:232px;
	height:127px;
	z-index:10;
	position:relative;
	top:54px;
	left:300px;
}
#ht-logo {
	background-image:url(images/ht-by-logo2.png);
	width:185px;
	height:55px;
	top:125px;
	position:absolute;
	right:19%;
	z-index:10;
}
#fish-logo {
	background-image:url(images/fish-logo.jpg);
	width:604px;
	height:154px;
	position: absolute;
	right: 145px;
	top:100px;
	z-index:9;
}
#comp {
	background-image:url(images/comp1.jpg);
	width:164px;
	height:158px;
	position: absolute;
	right: 0px;
	top:100px;
	z-index:10;
}
#content {
	width:660px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-70px;
	position:relative;
	z-index:20;
	padding: 0px 160px;
}
#content p {
	font-size:0.75em;
	color:#2b2b2b;
	line-height:1.3em;
}
#content h2 {
	font-size:1.2em;
	color:#fb3e26;
	line-height:1.3em;
}
#content a {
	color:#1050ba;
}
#content a:hover {
	text-decoration:none;
}

