#feed_box{ position: relative; text-align: center; }

#feed_box #follow{ display: none; position: absolute; left: 0; top: 0; z-index: 10000;}

#feed_box:hover #follow{ display: block; }

.sf_blog_header_wrapper {
    clear: both;
    position: relative;
    width: 900px;
    height: 100px;
    background-position: left;
    border-top: 6px solid #fff;
    background-image: url(images/EEbanner900x100.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    width: 880px;
    margin: 0 10px !important;
    padding-top: 15px;
    height: 42px;
    overflow: hidden;
    font-family: times;
    font-size: 36px;
    color: #FFFFFF;
 }

 .sf_blog_footer {
    margin: 0;
    clear: both;
    text-align: center;
    height: 35px;
    background-image: url(images/blog_footer.jpg);
    background-repeat: repeat-x;
    margin-top: 8px;
    padding: 20px 0 0 0;
    border-bottom: solid 6px #8F8F8F;
    color: #0000060606;
 }

 a:link {
    text-decoration: underline;
    color: #40ADB9;
 }

 a:visited {
    color: #C6CE2B;
 }

 a:hover {
    text-decoration: underline;
    color: #000000;
 }

 .sf_blog_sidebar ul li a:visited {
    color: #1F1F1F;
 }

 .sf_blog_sidebar ul li a:hover {
    color: #1F1F1F;
 }

 .sf_blog_sub_header {
    width: 880px;
    margin: 0 10px !important;
    padding-top: 5px;
    height: 30px;
    overflow: hidden;
    font-family: serif;
    font-size: 18px;
    color: #3B9A9C;
 }

 body {
    margin: 0 auto;
    font-family: arial;
    font-size: 12px;
    background-color: #59554A;
 }

 .sf_blog_sidebar {
    float: right;
    display: inline;
    width: 200px;
    padding-bottom: 32px;
    margin: 4px 0 4px 5px;
    overflow: visible;
    background-color: #59554A;
 }

 
