/*
	Definerer plassering av alle elementene på siden!
*/

/*Body for feks bakgrunnsfagre på hele nettsiden*/
body
{
	background-color: #141313;
}

#PageWrapper
{
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}

#SiteWrapper
{
	width: 964px;
	height: 749px;
	background-image: url( 'images/top.png' );
	background-repeat: no-repeat;
}

#SpaceWrapper1
{
	clear: both;
	float: left; 
	width: 964px;
	height: 18px;
}

#SpaceWrapper2
{
	clear: both;
	float: left; 
	width: 516px;
	height: 138px;
}

#MenuWrapper
{
	float: left;
	width: 390px;
	height: 84px;
	text-align: center;
}

#SpaceWrapper3
{
	float: left; 
	width: 58px;
	height: 84px;
}

#FacebookWrapper
{
	float: left; 
	width: 448px;
	height: 54px;
}

#SpaceWrapper5
{
	clear: both;
	float: left; 
	width: 24px;
	height: 563px;
}

#MainWrapper
{
	float: left;
	width: 913px;
	height: 563px;
}

#SpaceWrapper6
{
	float: left; 
	width: 27px;
	height: 563px;
}


#PublisoftWrapper
{
	clear: both;
	float: left;
	font: 11px helvetica;
	color: #666666;
	width: 964px;
	height: 30px;
	text-align: center;
	padding-top: 15px;
}
#PublisoftWrapper a
{ 
	color: #666666;
	font: 11px helvetica;
	text-decoration: none;
}


