#Header #logos {
    float: left;
    padding-bottom: 8px;
    padding-top: 24px;
    width: 300px;
}

#logo {
background-image: url(../../../images/wu_sprite.png);
background-position: 0px -200px;
width: 294px;
height: 50px;
background-repeat: no-repeat;

}

div#Header div#User div#brands {
    float: left;
}
img.brandlogo {
    cursor: hand;
    cursor: pointer;
    height: 39px;
    width: 98px;
    border: 0;
    position: relative;
    top: -15px;
}
#Header img.activebrand {
    width: 155px;
    height: 50px;
    background-repeat: no-repeat;
}
#Header a.brands{
    color: #EEDD00;
    float: none;
    margin: 0 5px 0;
}

#HeaderWrapper .topBar {
	background: #ed0;
	font-size: 1px;
	height: 5px;
	line-height: 1px;
}

body {
    max-height:100%; /* fix height for other browsers */
	font-family: sans-serif;
	background:#c4c4c4 url(../../../images/body_repeat.png) repeat-x;
}