/* CSS Document */
body {
	
	background-repeat: no-repeat;
	background-position: center 250px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	width: 300px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}

#ram {
	background-color: #FEFFFA;
	height: 500px;
	width: 1042px;
	padding-top: 150px;
	position: static;
	margin-left: auto;
	margin-right: auto;
}
#ram_bild {
	background-color: #FEFFFA;
	height: 500px;
	width: 1042px;
	padding-top: 50px;
	position: static;
	margin-left: 10px;
	
}

/*Småbilderna som finns i ett rutmönster, som formas i en tabell.*/

#table {
	background-color: #FEFFFA;
	height:520px;
	width:1040px;
	top: 150px;
	margin-right: auto;
	margin-left: auto;	
}

#tabel tr {
	height: 105px;
	width: 1040px;
	margin: 1px;

}

#table tr td {
	background-color: #FEFFFA;
	height: 101px;
	width: 101px;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 340px;
	height: auto;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}

 
