body
{
	background-color: #000000;
	//background-image:url(bilder/hg.png);//, url(bilder/hg2.png);
	background-repeat:repeat-y, repeat;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	overflow-x: hidden;
}

a
{
	color: #CCCCCC;
	text-decoration: none;
}

img {
	border: 0px;
}

#titleframe
{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 200px;
	margin-top: -100px;
}

#headerframe
{
	width: 100%;
	height: 200px;
}

#contentframe {
	text-align: left;
}

#footerframe
{
	position: absolute;
	bottom: 40px;
	text-align: right;
	/*left: 50%;*/
	right: 40px;
	width: 400px;
	margin-left: -200px;
	}

#footerframel
{
	position: absolute;
	bottom: 40px;
	text-align: left;
	/*left: 50%;*/
	left: 40px;
	width: 400px;
	margin-left: 0px;
	}

#footerframer
{
	position: absolute;
	bottom: 40px;
	text-align: right;
	/*left: 50%;*/
	right: 40px;
	width: 400px;
	margin-left: -200px;
	}
