html, body
{

    background: #e1e1e1;
    font-family:arial;
    font-size: 12px;
    color: #444;
}
#ribbon
{
    width: 208px;
    height: 205px;
    background: url(../images/ribbon.png);
    position: fixed;
    top: 0;
    left: 0;
}

#site-box
{
    width:496px;
    margin: 100px auto;
}

#logo-box
{
    width: 496px;
    height: 326px;
    background: url(../images/elitesolutions-logo.png);
}

#footer-box
{
    width: 260px;
    height: 30px;
    margin: auto;
}
strong
{
    font-weight: bold;
}
a
{
    text-decoration: none;
    font-weight: bold;
    color: #444;
}

a:hover
{
    color: #3eb3e9;
}
span
{
    width: 50px;
    display: block;
    float: left;
}
