body {
    width: 800px;
    }
#leftbox {
    float: left;
    width: 130px;
    height: 600px;
    background: url("/images/network.png") no-repeat bottom left;
    }
#rightbox {
    float: right;
    width: 550px;
    text-align: right;
    }

.spot {
    width: 300px;
    padding: 20px;
    margin-top: 50px;
    text-align: left;
    float: left;
    }
#sitelinks {
    padding: 50px 100px 10px 10px;
    font-weight: bold;
    line-height: 22px;
    }

#rightbox a { color: #A1013F; }
#rightbox a:hover {
    color: white;
    background-color: black;
    }
img {
    border: 0;
    margin: 10px;
    }

a:hover { background-color: black; }
#copybox a:hover { background-color: black; }

