body {
	background-attachment: fixed;
	background-image: url(../bilder/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #181818;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#flashcontent { 
  position:absolute;
  height:400px; 
  width:800px;
  margin:-200px 0px 0px -400px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
}
#leftcontent p 
{	
	line-height: 18px;
}
#flashcontent h1 
{	
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
}
#flashcontent a {
	text-decoration: none;
	color: #cccccc;
}

#flashcontent a:hover {
	color: #cccccc;
	text-decoration:underline;
}