/*
Web Design by James Brand @ http://www.dreamweavertutorial.co.uk 
*/

#floatdiv {
    position: absolute;
    width: 94px;
    height: 150px;
    top: 0;
    left: 0;
    z-index: 100;


}


#content {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}




/**************************************************************************************************************/

#sidebar {
    background-image: url(../images/blue-background.html);
    background-repeat: no-repeat;
    position: relative;
    height: 150px;
    width: 94px;
    margin-left: -18px;


}

#sidebar #rss {
    height: 30px;
    width: 48px;
    position: absolute;
    top: 25px;
    left: 21px;

}

#sidebar #youtube {
    height: 30px;
    width: 52px;
    position: absolute;
    top: 80px;
    left: 21px;
}

#sidebar #twitter {
    height: 53px;
    width: 53px;
    position: absolute;
    top: 110px;
    left: 21px;
}

#sidebar #contact {
    height: 42px;
    width: 43px;
    position: absolute;
    top: 160px;
    left: 25px;

}
