body {
    background: url('../Images/welcome_bg_resize.png') repeat fixed;
    color: #e8e3d8;
    font-family: 'PreussischeIV44Ausgabe3', sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .07em;
    text-shadow: 1px 1px 1px #DDDDDD;
    height: 100%;
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: 'PreussischeIV44Ausgabe3';
  src: url('../fonts/PreussischeIV44Ausgabe3.otf');
}

a {
  color: rgba(142, 160, 169, 0);
  text-decoration: none;
}

a:hover {
  color: rgba(142, 160, 169, 0);
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

#wrap {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 40%; */
    /* margin: -280px auto auto -480px; */
    padding: 4% 5%;
    /* height: 500px; */
    width: 90%;
}

#header {
  padding: 30px;
}

#header a {
  color: #2A9CE2;
  text-decoration: none;
}

#header a:hover {
  color: #2A9CE2;
}

#header h1 {
  font-size: 50px;
  margin: 0 0 0 60px;
  float: left;
}

#header h1 a {
  color: #333333;
}

#header h1 a:hover {
  color: #333333;
}

#header form {
  margin: 0;
  float: right;
}

#header fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#header input.search {
  background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#EEEEEE));
  background: -moz-linear-gradient(top, #CCCCCC, #EEEEEE);
  color: #333333;
  font-size: 18px;
  text-shadow: 1px 1px 1px #FFFFFF;
  margin: 0 0 0 20px;
  padding: 12px 10px 8px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 0px 10px #EEEEEE;
  -moz-box-shadow: 0px 0px 10px #EEEEEE;
  -webkit-box-shadow: 0px 0px 10px #EEEEEE;
}

#left {
    text-align: center;
    width: 20%;
    float: left;
    z-index: 111;
    padding-left: 5%;
}

#center{
  float: left;
  width: 45%;
  z-index: 111;
}

#left p#big {
  font-size: 200px;
  color: #FF591F;
}

#left p#ohno {
  font-size: 30px;
}

#right {
    width: 25%;
    float: right;
    z-index: 111;
    padding-right: 5%;
}

#right ul {
  line-height: 1.5em;
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}

#right ul li {
  padding: 10px;
  border-bottom: 2px solid #999999;
}

#right ul li:last-child {
  border: 0;
}

#right ul li img {
  margin: 0 20px -5px 0;
  border: 0;
}

#wrap img{width: 100%;}

div#studentaffairs {
    position: relative;
    left: -60px;
    top: 10px;
    z-index: 9999;
}
div#counselling {
    position: relative;
    top: 20px;
    z-index: 9999;
}
div#library {
    width: 60%;
    float: right;
    text-align: center;
    position: relative;
    top: -40px;
    z-index: 9999;
}
div#enter {
    clear: both;
    text-align: center;
    z-index: 9999;
    position: relative;
}
.top,.bottom {
    width: 100%;
}

div#calendar {
    width: 20%;
    float: left;
    text-align: center;
    z-index: 9999;
    position: relative;
}
div#dean {
    width: 80%;
    float: right;
    text-align: center;
    position: relative;
    top: 25px;
    z-index: 9999;
}

div#student {
    width: 40%;
    float: left;
    text-align: right;
    z-index: 9999;
    position: relative;
}
div#generalaffairs {
    float: left;
    position: relative;
    bottom: -105px;
    right: 0px;
    z-index: 9999;
    width: 50%;
}
div#map {
    float: right;
    position: relative;
    top: 135px;
    left: 18%;
    z-index: 9999;
    width: 50%;
}
div#news {
    float: right;
    clear: both;
    position: relative;
    top: 90px;
    right: -20px;
    z-index: 9999;
    width: 100%;
}
div#girlright {
    float: left;
    position: relative;
    top: 80px;
    z-index: 9999;
}
div#girl_left {
    position: relative;
    z-index: 9999;
}

.left_top_tree {
    width: 50%;
    height: 200px;
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
}

.right_top_tree {
    width: 35%;
    height: 292px;
    position: fixed;
    z-index: 0;
    right: 0;
    top: 0;
}

.left_bottom_tree {
    width: 75%;
    position: fixed;
    z-index: 0;
    left: 0;
    bottom: -5px;
}

.right_bottom_tree {
    width: 40%;
    position: fixed;
    z-index: 0;
    right: 0;
    bottom: -5px;
}