
#news-feed {
   position: fixed;
width: 60%;
margin: 0 auto; /* Will not center vertically and won't work in IE6/7. */
left: 0;
right: 0;
    top: 0;   
    z-index: 10040;
    
}

#news-feed-placer {
    position: relative;
    margin-top: 5px;
}

#news-feed-content {
    color: @nav_tree_color;
    text-decoration: @nav_tree_decoration;
    background-color: #181818;
    overflow: hidden;
    border: 2px solid #080808;
	position: relative;
    height: 22px;
}

.v4news>.content {
    background: transparent;
    border-color: transparent;
    margin-top: auto;
    margin-bottom: auto;
}