body {
    margin: 0;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#banner-container {
    width: 100%;
    top: 0px;
    font-size: 120%;
}	

#banner-container img {
    width: 40px;
    height: 40px;
	margin-top: 15px;
}

#banner-container .icon-containter {
    float: left;
    padding: 0 10px 0 10px;
    line-height: 75px;
    height: 75px;

    margin: -10px;
}

#banner-container .message {
    text-align: left;
    margin-left: 65px;
}

#banner-container .message p {
    margin: 5px 0 0 0;
}

#banner-container .banner {
    text-align: center;

    background-color: #F90;
    color: #fff;
    padding: 10px;
}