body {
	margin           : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	color            : #000000;
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-attachment: inherit;
}

body2 {
	margin           : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	color            : #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: inherit;
}
a:active {
	font-family: "Arial Narrow";
	color: #FFFFFF;
}
a:link, a:visited{
	font-family: "Arial Narrow";
	color: #000000;
	text-decoration: none;
}
.mailto {
	text-decoration: underline;
	color: #000000;
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	top: 100px;
}

#lastUpdate {
	top: 145px;
}


#content {
	top: 160px;
}

#footer {
	top: 570px;
}

