#dev {
background:blue;
color:red;
padding: 20px;
}

#dev a:link, #dev a:active, #dev a:visited, #dev a:hover {
color: white;
}

#dev a.sec_lnk {
color: #00CCDD;
margin-left: 50px;
}

#motd {
background: black;
color: blue;
padding: 2px;
margin-right: 1000px;
}

#sup_dat {
color: black;
}

body {
background:black;
color:white;
}

#smallbox{
margin-top: 70px;
}

#bigbox{
margin-top: 200px;
}

#main {
background:gray;
margin: 0px 140px;
padding: 1px 20px;
text-align: justify;
font-size: 20;
}

#footer {
color: red;
text-align: center;
position: absolute;
bottom: 10px;
left: 0px;
width: 100%;
font-family: Courier;
font-size: 24px;
}

#footer #ip {
color: cyan;
font-size: 12px;
}

#left_float {
    float: left;
    }

#right_float {
    float: right;
    }