@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('images/pic-blitze_1920x1080.jpg');
	background-repeat:no-repeat;
	background-position:width: 100%;
	background-color: #3b4163;
	background-size: cover;
}


html, body {
    margin:0px;
    padding:0px;
}


#stars { 
	position:absolute;
	top:100px;
	width: 100%;
    margin: 0 auto;
	font-family: 'Cinzel Decorative', serif;	
	color:#ffffff;
	text-align:center;
	z-index:10;
}


.bottom {
	bottom: 0;
    position:absolute;
    width: 100%;
	font-family: 'Cinzel Decorative', serif;	
	color:#ffffff;
	text-align:center;
	z-index:10;
}

