body {
	background: #d9f0fc;
}
#all {
	margin-left:100px;
}
#header {
	background-image: url(./../bilder/firefox.jpg);
	background-color: orange;
	width:600px; height:120px;
	border:1px solid #094577;
}

#main {
	width:590px;
	background: #93d4f6;
	border:1px solid #094577;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:5px;
}
#footer {
	background: #93d4f6;
	text-align:center;
	width:600px;
	border:1px solid #094577;
}
#stats {
	text-align:center;
	width:600px;
}

h3 {
	color: #0b497c;
}