body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.content{
	width:900px;
	margin:20px auto;
}

#galleria{height:600px;}

#logo 
	{
	width: 200px;
	float:left;
	position: absolute;
	left:0px;
	top: 0px;
	padding-top: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;	
	}
#logo a {
	color: #FFF;
	text-decoration: none;
}
#logo a:hover {
	color: #FDFC95;
	text-decoration: underline;
}	
	
	

#nav
	{
	display:block;
	color:#FFF;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	bottom: 0px;
	text-align: center;
	}
	
#nav a 
	{
	color: #FDFCC1;
	text-decoration: none;
	}
h1 {
	color: #FDFCC1;
	font-size: 150%;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.content a {
	color: #FFF;
	text-decoration: underline;
}
.content a:hover {
	color: #FDFCC1;
	text-decoration: underline;
}
.content p {
	padding-bottom: 14px;
}

#nav a:hover 
	{
	color: #FFF;
	text-decoration: none;
	}.mainmenu {
	font-size: 140%;
}

