
body {
    background-color: black;
    color: green;
    font-family: Verdana;
}

#head h1{
    text-align: center;
}

body {
  background-repeat: no-repeat;
  background-size: 100%;
}
/*
#footer, #sidebar, #content{
    border-color: green;
    border: 1px;
    border-style: solid;
}

#sidebar {
    width: 160px;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

#content {
    right: 160px;
    padding-top: 20px;
}

#footer {
    bottom: 0px;
    padding-top: 20px;
}

*/