html {
	height: 100%;
}

body {
	background-image: url(images/back_rep2.jpg);
	background-color: #CFDDEA;
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}
#mainback {
	background-image: url(images/back_main2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}

#container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.hometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #134290;
	text-align: justify;
}

.footermenu ul {
	margin: 0px;
	padding: 0px;
}

.footermenu li {
	display: inline;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #134290;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 0px;
}

.footermenu li a:link {
	color: #134290;
	text-decoration: none;
}

.footermenu li a:visited {
	color: #134290;
	text-decoration: none;
}

.footermenu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #79a0c7;
	font-size: 12px;
	line-height: 16px;
}

.footer a:link {
	color: #79a0c7;
	text-decoration: none;
}

.footer a:visited {
	color: #79a0c7;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
