body {	background-color: rgb(0,0,0);	}

.contain{
	position: absolute;
	top: 15%;
	left: 0px;
	right: 50%;

	margin: 0px;
	padding: 0px;
	background-color: rgb(0,0,0);
	}

.bild	{
	position: absolute;
	top: 20%;
	left: 50%;
	right: 0px;

	margin: 0px;
	padding: 0px;
	background-color: rgb(0,0,0);
	}

.header {	font-family: Arial black;
	letter-spacing: -4px;	font-size: 52px;	color: rgb(255, 255, 255);
	background-color: rgb(0,0,0);	}

.menu 	{
	font-family: Arial black;
	letter-spacing: -1px;
	font-size: 20px;
	color: rgb(255,255,255);
	padding-top:0px;
	line-height:0px;
	background-color: rgb(0,0,0);
	}

.text 	{
	font-family: Arial;
	font-size: 12px;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	}

.footer	{
	font-family: Arial;
	font-size: 9px;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	}

A:link    { color: white; font-family: Arial black; text-decoration: none}A:active  { color: white; font-family: Arial black; text-decoration: none}A:visited { color: white; font-family: Arial black; text-decoration: none}
A:hover	  { color: purple; font-family: Arial black; text-decoration: none}