@charset "utf-8";

html, body {
	background-color: #0d0d0d;
	padding:0;
    margin:0 auto;
    height:100%;
    width:100%;
	color: #989898;
}

h1 {
	margin: 0;
	padding: 0;
	color: #989898;
}

#logo h1 a {
	float: left;
	width: 247px;
	height: 108px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(pics/logo.gif);
	font-size: 14px;
	position: absolute;
	top: 300px;
	left: 230px;
	color: #989898;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 18px;
	color: #989898;
	margin: 0;
}

h3 {
	color: #989898;
}

ul {
	list-style-type: square;
}

a {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #989898;
	text-decoration: none;
}

a:hover {
	color: #d86600;
	text-decoration: none;
}

.text {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #989898;
}

#back {
	background-image: url(pics/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}

#opak {
	width: 752px;
	height:1200px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 487px;
	height: 405px;
	position: absolute;
	top: 380px;
	left: 244px;
	line-height: 20px;
}

#contact {
	position: absolute;
	top: 913px;
	left: 34px;
}

#contact2 {
	position: absolute;
	top: 913px;
	left: 300px;
}
