@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #999999;
}

a:link{
	text-decoration:none;
	color:#000099;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	margin-left:-2px;
}

.center{
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(images/clabur-media-clas.png);
	background-repeat:no-repeat;
	height:448px;
	width:700px;
	position: absolute;
	left: 50%; top: 50%;
	margin-left: -350px; /* hälften av bredden i width */
	margin-top: -224px; /* hälften av höjden i height */
}

.text{
	margin-left:400px;
	padding-top:50px;
}