html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgb(50, 50, 50);
}

#title{
  color:orange;
  font-size:3em
}

#wrapper{
  position:relative;
  width:1000px;
  height:auto !important;

  height:100%;
  min-height:100%;
  margin-left:auto;
  margin-right:auto;
  background: rgb(200, 200, 200);
  border-radius: 5px;
  margin-top:2em;
  margin-bottom:2em;
  padding:1em;
}

.header{
  height:13em;
  border-radius: 5px;
  padding: 0.9em;
  padding-left: 1.5em;
  color: red;
	background:url('../images/nixy.jpg') 8em 28em;
}

.header > a{
  color:white;
  text-align:left;
  font-size:1.4em;
}

/* title */
.header > p{
  color: rgb(255, 255, 255);
  text-align:left;
  font-size: 3.6em;
  font-family: 'Special Elite', cursive;
}

.content{
  background-color:rgb(255, 255, 255);
  border-radius:5px;
  width:auto;
  height:auto;
  margin:1em;
  box-shadow:5px 5px rgba(0, 0, 0, 0.2);
  padding:2em;
}

.footer{
  width:1000px;
  position:relative;
  margin-top:auto;
  margin-left:auto;
  margin-right:auto;
  bottom:0;
  text-align:center;
  text-size:0.3em;
  border-radius: 10px 10px 0px 0px;
  background: rgb(200, 200, 200);
}
