@charset "UTF-8";
/* CSS Document */



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}

a {
  outline: none;
}


body {
	background-color: #3d3632;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/home-backimage.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


#nav {
	background-image: url(../images/home-horizontal-trans.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 60px;
	top: 400px;
	bottom: -400px;
	position: relative;
}


#content {
	background-image: url(../images/home-estnavback-trans2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 960px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	
}

#footer {
	text-align: right;
	width: 960px;
	height: 30px;
	top: 525px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	
}