/* CSS Document */

html {
	overflow: auto;
	font-size: 11px;
	color: #ffffff;

}
body {
	margin: 15px;
	background-color: #050000;
	background-image: url(http://www.maragottler.com/images/Background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.SWFContainer {
	display: block;
	width: 900px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
}
p {
	font-family: Georgia;
	line-height: 15px;
}
.NewsTitle {
	font-family: Georgia;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
}
.Pics {
	margin-top: 10px;
	padding-bottom: 10px;
}
.Pics img {
	margin-bottom: 5px;
}