html{
    position: relative;
    height: 100%;
}

body{
    margin-bottom: 50px;
    background-color: #bcbec0;
}


#footer-toolbar {
	position: absolute;
	bottom: 0px;
    height: 50px;
    width:100%;
}



#top-nav-iu .container, #footer-toolbar .container{
    padding: 0px;
}

#top-nav-iu{
    background: #E3DED0  url("img/bg-bar.gif") repeat-x;
}


#top-banner{
	background: url("img/slide2.png");
	height: 75px;
}
