/*
'****************************************************************
'****************************************************************
'**                                                            **
'**                  Copyright Mit Bureau ApS                  **
'**                 Created by Mads Timmermann                 **
'**                                                            **
'****************************************************************
'**                                                            **
'**                      www.mit-bureau.dk                     **
'**                                                            **
'****************************************************************
'****************************************************************
*/


body, html {
	background-color: #121B1C;
	background-image: url(../../gfx/forside/bg_new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

img {
	border: 0;
}

p {
	font-size: 9px;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.wrapper {
	width: 960px;
	height: 590px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 20px;
}

.credits {
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 616px;
	text-align: left;
}