html 
{
		height: 100%;
		overflow: hidden;
}
body
{
	background-color:#545454;
	/*background-image:url(bilder/bg.png);
	background-repeat:repeat-x;*/
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

p
{
	color: #ffffff;
	
}

#content
{
	background-color:#54545454;
	position:absolute;
	height: 100%;
	width: 100%;
	/*top:-50px;*/
	/*border: 1px solid red;*/
}

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

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a:active
{
	color: #ffffff;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
}

p
{
	color: #fff;
}