body {
	background-color: #eeeeee;
	font-family: "Futura", "Century Gothic", "Avantgarde", arial, sans-serif;
	padding:0;
	margin:0;
	border:0;
	background-image:url(../bgr/bgr.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

c1 {
	color:#EAEAEA;
	font-size:60px;
	margin-left:0px;
	text-shadow:black 3px 2px 4px;
	background-color:#0080C0;
	margin:2px;
	padding-left:10px;
	padding-right:10px;
}
c1:hover {
	background-color:#0080FF;
}

c2 {
	color:#CCC;
}

.LoginBar {
	text-align:center;
	width:100%;
	bottom:0px;
	left:0px;
	height:30px;
	padding-top:5px;
	position:fixed;
	box-shadow:0px -5px 8px -2px #000011;
	background-image:url(../pictures/background_loginbar.png);
}

.Bgr {
	text-align:center;
	margin:0px;
	height:auto;
	/* height:97%; */

}

.Content {
	text-align: left;
	margin: 0px;
	width:900px;
}

.Footer {
	background-image:url(../bgr/bgr_footer.jpg);
	width:100%;
	height:200px;
	padding-bottom:10px;
	box-shadow:0px -5px 8px -2px #000011;
}