@import "nr-reset.css";

* {
	margin: 0;
	padding: 0;
}

/* Positioning
---------------------------------------------------------------------------------------- */
body {
    background-color: #eeeeee;
} 

div#header {
    position: absolute;
    top: 35%;
    width: 100%;
    height: 1px;
    overflow: visible;
}    

div#netzreaktor {
    height: 200px;
    width: 500px;
    background: white url(../grafik/website-offline2.jpg);
    margin-top: -101px;
    margin-left: -284px;
    left: 50%;
    position: absolute;
}

div#content {
    display: none;
}
