* {
	margin:0;
	padding:0;
	background-repeat: no-repeat;
}

body{
	background-repeat: repeat-x;
	background-image: url(../images/back-more.jpg);
	background-position: top left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
}

.back{
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
	background-position: top left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
	height: 800px;
	width: 1280px;
}
.container{
	width: 740px;
	margin: 0px 0px 0px 240px;
	text-align: left;
}


.menu{
	width: 195px;
	float: left;
}

.content{
	width: 480px;
	float: left;
	margin: 200px 0px 0px -45px;
	display: block;
}

.clear{
	clear:both; 
}

ul.nav{
	margin: 105px 0px 0px 0px;
	text-align: left;
	list-style: none;
}

#about{
	width: 195px;
	display: block;
	height: 58px;
}
#about a{
	background-image: url(../images/icon-about.png);
	width: 58px;
	height: 58px;
	display: block;
	margin: 0px 0px 0px 120px;
}

#gallery{
	width: 195px;
	margin: 42px 0px 0px 0px;
	display: block;
	height: 58px;
}
#gallery a{
	background-image: url(../images/icon-gallery.png);
	width: 58px;
	height: 58px;
	display: block;
	margin: 0px 0px 0px 60px;
}

#download{
	width: 195px;
	margin: 58px 0px 0px 0px;
	display: block;
	height: 58px;
}
#download a{
	background-image: url(../images/icon-download.png);
	width: 58px;
	height: 58px;
	display: block;
	margin: 0px 0px 0px 42px;
}

#games{
	width: 195px;
	margin: 57px 0px 0px 0px;
	display: block;
	height: 58px;
}
#games a{
	background-image: url(../images/icon-games.png);
	width: 58px;
	height: 58px;
	display: block;
	margin: 0px 0px 0px 57px;
}


#dwarfs{
	width: 195px;
	margin: 45px 0px 0px 0px;
	display: block;
	height: 58px;
}
#dwarfs a{
	background-image: url(../images/icon-dwarfs.png);
	width: 58px;
	height: 58px;
	display: block;
	margin: 0px 0px 0px 121px;
}







.credits{
		margin: 150px 0px 0px 150px;
		position: absolute;
}



img{
	border: none;
}



p:first-letter {
	display:block;
	float:left;
	border:1px solid black;
	padding: 5px;
	margin:4px 5px 5px 0px;
	background:url(../images/firstletter.png);
	font-size:73px;
	height: 80px;
	display: inline;
}

p{
	margin: 10px 0px 0px 0px;
	text-align: justify;
	clear: both;
}

h2{
	margin: 10px 0px 10px 0px;
	clear: both;
	font-style: italic;
}

a{
	color: #ffffff;
	text-decoration: underline;
}

a:hover{

}

h2{
	color: #000000;
	font-style: italic;

}
