@CHARSET "UTF-8";

html, body {
	background-color: #36865C;
}

.invisible{
	background-image: url("/img/logo.png");
	background-repeat:no-repeat;
	position:absolute;
	top:34px;
	left:327px;
	width: 360px;
	height:450px;
	cursor:pointer;
}
div#centrer{
	position:absolute;
	left:50%;
	width:345px;
	/*margin-top:50px;*/
	margin-left:-500px;
	padding:15px;
}

.content1 {
	position:absolute;
	top:500px;
	left:327px;
	width: 345px;
	height:75px;
	overflow-y:auto;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.content2 {
	position:absolute;
	top:589px;
	left:320px;
	width: 345px;
	height:75px;
	overflow-y:auto;
	text-align:center;
	color:#FFFFFF;
	font-size:16px;
}

h1{
	margin:0px;
	padding:0px;
}

a:active, a:hover, a:link, a:visited {
	color:white;
	text-decoration:none;
}

