* {
	margin: 0;
	padding: 0;
}

BODY {
    text-align: center;
	background: url('../img/bg.gif') no-repeat center 0%;
}


A:link { color: #333333; text-decoration: none }
A:visited { color: #333333; text-decoration: none }
A:hover { color: #333333; text-decoration: none }
A:active { color: #333333; text-decoration: none }


.flagge {
	padding-top: 50px;
	width: 190px;
    height: 95px;
    float: left;
}

.flagge P {
	text-align: center;
    padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333
} 


#container {
/*	background: url('../img/bg.jpg') no-repeat; */
	width: 624px;
	height: 555px;
	margin: 0 auto;
	text-align: left;
}

#flashcontent {
	width: 580px;
	margin-top: 160px;
	margin-left: 22px;
	*margin-left: 0px; /* IE7 and below*/
}



