*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #2e4742;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-align: center;
}

a , a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#ffffff;
}

img{
	border: 0px;
}

h2{
	margin: 5px 0px 5px 0px;
	color: #000000;
	font-size: 14px;
}

h1{
	margin: 10px 0px 20px 0px;
	color: #000000;
	font-size: 24px;
}


.container{
	width: 985px;
	min-height: 734px;
	background-image: url(../img/background-scenery.jpg);
	background-repeat: no-repeat;
	background-position: top center;

	margin: auto;
}

.paper{
	width: 487px;
	margin: 0px 0px 0px 498px;
	text-align: left;
	padding: 100px 0px 0px 0px;
	
}

span.title{
	font-style: italic;
}


.content{
	margin: 0px 30px 0px 20px;
	padding: 20px 0px;
	min-height: 450px;

}

#dwarfs-saved{
	margin:0px 0px 0px 25px;
}

.about-game{
	width:45%; 
	float:left;

}

.dwarfs-gallery{
	width:30%;
	margin: 0px 0px 0px 1%; 
	float:left;
}

.dwarfs-interview{
	width:30%;
	margin: 0px 0px 0px 2%; 
	float:left;
}

.dwarfs-download{
	width:30%;
	margin: 0px 0px 0px 2%; 
	float:left;
}

#footer{
	margin: 5px auto;
	text-align: center;
	font-size: 10px;
	width: 680px;
}

#footer a{
	color: #ffffff;
}
.clear{
	clear: both;
	height: 0px;
}

p.text:first-letter {
	display:block;
	float:left;
	border:1px solid black;
	padding: 5px;
	margin:4px 5px 5px 0px;
	background:url(../img/firstletter.png);
	font-size:73px;
	height: 80px;
	display: inline;
	color: #000000;
}

.navigation{
	margin: 0px 20px 0px 0px;
	text-align: center;
}

.page-number{
	margin:55px 0px 0px 405px;
}
/*
p{
	margin: 10px 0px 0px 0px;
}


.paper{
	background-color: pink;
	width: 700px;
	margin: 0px 0px 0px 300px;
	min-height:100%;
}

.content{
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	min-height: 620px;
	background-color: Maroon;
}

.footer{
	height: 50px;
	font-size: 10px;
	text-align: center;
	background-color: silver;
	clear: both;
}

.footer a, .footer a:hover{
	text-decoration: underline;
	font-weight: normal;
}


.article{
	width: 290px;
	min-height: 250px;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	background-color: Aqua;
	border: 5px solid #ffffff;
	float: left;
}

*/