body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/tausta2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 100px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 100px;
}
#footer {
	background-image: url(images/tausta4.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
}

img {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c;
}

img.nav {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color:#fa7600;
	font-weight:bold;
	font-size: small;
	text-decoration:underline;
}

#navbar {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 300px;
}

