﻿#SocialMediaFooterLeft {
    position: absolute;
    left: 0;
    right: 50%;
    margin-right: 452px;   /* Half center width */
}
#SocialMediaFooterRight {
    position: absolute;
    left: 50%;
    right: 0;
    margin-left: 452px;    /* Half center width */
    top: 0;
}
#SocialMediaFooterCenter {
    width: 904px;          /* Center Div Fixed Width */
    position: relative;
    left: 50%;
    margin-left: -452px;   /* Half center width */
}

#tweetticker 
{
    font-size:12px;
    color:#424242;
    height:55px;
    width:575px;
    overflow-y: hidden;
    position: relative;
}

/*#tweetticker a
{
    color:#424242;   
}
*/
.tweettickertext a
{
    color: #424242;
}

.tweettickertime a
{
   color:#bbbbbb;
   text-decoration:none;
   cursor:hand;
}
.tweettickertime a:hover
{
   color:#bbbbbb;
   text-decoration:underline;
}

