html, body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	color: #ffffff;
}

body {
	background-color: #121212;
	background-image: url('background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;

}

a:hover {
	text-decoration: underline;
}

div.content {
	width: 800px;
	height: 550px;
	background-color: #121212;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px; /* half the height */
	margin-left: -400px; /* half the width */
	
}

div.maintext {
	width: 650px;
	margin-left: 100px;
	margin-right: 50px;
	margin-top: 50px;
}

.blue {
	color: #00a7e6;
	font-weight: bold;
	text-decoration: none;
}

.grey {
	color: #a9a9ab;
	font-weight: normal;
	text-decoration: none;
}

.froya {
	font-size: 14px;
}

div.logo {
	float: left;
	margin-top: 20px;
}

div.links {
	font-size: 16px;
	text-align: right;
	float: right;
	margin-top: 70px;
}

