/* common */
* {margin: 0;}
body{
	background-color: #000000;

}
ul, ol {padding: 0;}

img {border: 0;}
table {font-size: 100%;}
th {text-align: left;}

h1 { margin-top:50px;
}
h1, h2, h3, h3 a{
	color: #FFFFFF;
	text-decoration: none;
}
p, a{
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {text-decoration: none;}


/* elements */
html, body {height: 100%;font-family:	Arial, Helvetica, sans-serif;}

#my_flash {position:absolute;
    left:25%;
    width:50%; }
#alternativ_content {}

