* { margin:0px; padding:0px; }

html, body   { 
    background-color:#3e3d3d;
    height: 100%;
    margin: 0;
    padding: 0;
    color: white;
	font-family: Courier New, Courier,monospace;
}
div#head {
    position: relative;
    top: 0px;
    height: 15%;
    background : #000000;
}
div#centered {
    position: absolute;
    border: none;
    height: 10%;
    width: 50%;
    left: 25%;
    top: 45%;
}
div#footer {
    position: relative;
    top: 65%;
    border: none;
    padding-bottom: 4px;
    padding-right: 25px;
}
div#final {
    position: absolute;
    top: 85%;
    height: 15%;
    width: 100%;
    background : #000000;
}
h1{ 
    text-align: center;
    font-weight: inherit;
    font-size:16px;
}
.footer { 
    position: relative;
    top: 65%;
    border: none;
    padding-bottom: 4px;
    padding-right: 25px;
    text-align: right;
    font-family: Courier New, Courier,monospace;
    font-weight: inherit;
    font-size:14px;
}    
div.webs {
    position: absolute;
}
a.webs { 
    margin:0px 0px 0px 10px ;
    text-align: left;
    font-family: Courier New, Courier,monospace;
    font-weight: inherit;
    font-size:15px;
    text-decoration: none;
    color: #ffffff;
	letter-spacing : 8px;
}    

a.webs:link {text-decoration: none;}
a.webs:visited {text-decoration: none;}
a.webs:active {text-decoration: none;}
a.webs:hover {text-decoration: underline; }
/* letter-spacing : 2px; */

div.gotohome {
    text-align: right;
    border-bottom: 2px solid #000000;
    margin-left:10px;
    margin-right:10px;
    padding:5px;
}

a { 
    font-family: Courier New, Courier,monospace;
    font-weight: inherit;
    font-size:15px;
    text-decoration: none;
    color: #ffffff;
}

