﻿/*
----------------------------------------------------
Raoul Gabriel
http://www.raoul-gabriel.de
last change: 27.04.2016
Copyright Raoul Gabriel
----------------------------------------------------
*/

* {
	border:0;
	margin:0;
	padding:0;
}

body {
	width: 100%;
    height: 100%;
	background: black;
    background-image: url("/Bilder/Website/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size:cover;
}


#Site {
	width: 750px;
    height: 900px;
    background-color: rgba(20,20,20, 0.7);
    margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#Header {

}