﻿body {
    background-color: #000000;
}

header {
    /*border: 1px solid grey;*/
    padding: 0px;
    margin: 0px;
    height: 200px;
}

#deep-logo {
    padding: 20px;
    margin: 50px;
    width: 500px;
    position: absolute;
    left: 150px;
}

/*#deep-logo-link{
    text-decoration:none
}*/

a {
    text-decoration: none;
}

#deep-logo-link-title {
    font-family: Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
    font-size: 40px;
    color: #02f625;
}

section {
    /*border: 1px solid grey;*/
    padding: 0px;
    margin: 80px;
    height: 500px;
}

footer {
    /*border: 1px solid grey;*/
    padding: 0px;
    margin: 0px;
    height: 200px;
}

#address{
    padding: 20px;
    margin: 50px;
    width: 500px;
    position: relative;
    left: 150px;
    top:50px;
    float:left
}

#location{
    font-family:Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
    color:#02f625;
    position:relative;
}

#telephone{
    font-family:Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
    color:#02f625;
    position:relative;
    top:20px;
    left:-100px
}
#email{
      padding: 20px;
    margin: 50px;
    width: 500px;
    position: relative;
    right: 150px;
    top:50px;
    float:right
}

#email span{
    float:right;
    position:relative;
    top:10px
}

#email span a{
    text-decoration:none;
    color:#02f625
}