*{
   margin: 0;
   padding: 0;
   }

html {
    height: 100%;
    overflow: hidden;
}
img{
border:none;
margin-right:10px;
vertical-align:middle;



}
	
body {
	height: 100%;
	margin-top:1px;

	color: #ccc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #1e201d;
	background-image: url(../images/i_creativ.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
#flashcontent {
		height: 100%;
		z-index:100;
}a {
	color: #fff;
	
}
p { 
    padding-top: 20px;
	padding-left: 20px;
}

div.content{
position:absolute;
z-index:1;
 color:#1e201d;
  visibility:hidden;}

div.bg{
   position:relative;
   color:#1e201d;
   width:40%;
   height:auto;
   font-size:9px;
   float:left;
   visibility:hidden;
   
 }
 div.en{
	position:relative;
	color:#1e201d;
	width:40%;
	height:auto;
	font-size:9px;
	float:right;
	visibility:hidden;
 }
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
