@charset utf-8;

body {
    background-image:url(images/bg.gif);
	background-repeat:repeat;
	background-color:#684324;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;color:#000;
	text-align:center;
}

a { 
    color:#FFF;
	outline:none;
}

a:hover {color:#f1f1f1;}

img {border:none;}

#wrapper {
    width:864px;
	height:580px;
	background:url(images/mainbg.gif);
	background-repeat:no-repeat;
	text-align:left;
	border:solid 10px #292929;
	padding-left:16px;
	margin:70px auto auto;
}

#logo {float:left;margin:37px 0 0;}

#about {
    position:relative;
	left:-240px;
	top:198px;
	z-index:1;
	margin:0;
}

#equipment {
    position:relative;
	left:-300px;
	top:-37px;
	z-index:1;
	margin:0;
}

#contact {
    position:relative;
	left:399px;
	bottom:84px;
	z-index:1;
	margin:0;
}

#pictures {
    position:relative;
	left:303px;
	bottom:364px;
	margin:0;
}

#footer {
    position:relative;
	margin:0;
	padding:0;
	text-align:right;
	width:880px;
	margin:auto;
	color:#dcdcdc;
}