html, body {
	height: 100%;         /* required */
}
body {
	background-color: #382e22;
	font-family: Verdana, helvetica, sans-serif;
	color: #6D97C0;
	text-align:center;
	margin: 0;
	padding: 0;
}
div#ram {
	margin-bottom: -125px;
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}
div#bild {
	position: relative;   /* positions content on top of distance */
	height: 250px;
	width: 400px;
	text-align: center;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;
}
div#sida {
	width: 400px;
	text-align: center;     /* cosmetic */
	margin: 0 auto;       /* required */
	padding-top: 20px;
}
.footer {
	bottom: 0px;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
}
h1 {
	font-size: 100px;
	font-weight: 400;
	letter-spacing: 30px;
	color: #36C;
}
.h6 {
	font-size: 12pt;
	font-weight: 200;
	letter-spacing: 10pt;
	line-height: 14pt;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #AAAAAA;
	word-spacing: 40pt;
}
a:link {
	text-decoration: none;
	color: #F60;
}
a:visited {
	text-decoration: none;
	color: #AFC336;
}
a:hover {
	text-decoration: underline;
	color: #AFC336;
}
a:active {
	text-decoration: none;
	color: #36C;
}
