html,
body {
   margin:0;
   padding:0;
   height:100%;
}
body {
	min-height: 100%;
	background-color: #FFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#abtus {
	border: thick solid #333;
}
.header {
	float: left;
	width: 989px;
	margin: 0px;
	padding: 0px;
}
.page {
	min-height: 100%;
	width: 100%;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	position: relative;
	text-align: center;
}
.page-insert {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page.jpg);
	background-repeat: no-repeat;
	background-position: 2px 240px;
	padding-bottom: 108px;
	height: auto;
}
.footer {
	position: absolute;
	background-image: url(images/bg-ft.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 108px;
	width: 100%;
	bottom: 0px;	
}
li {
	float: left;
}
.nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.page .page-insert .nav ul li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.c-right {
	float: right;
	height: auto;
	width: auto;
	padding-bottom: 15px;
	padding-left: 20px;
}
.spacer {
	height: 108px;
	width: 100%;

}
