.container-header {
    position: relative;
  	background: green;   
    margin:auto;
    width: 70%;
} 

.container-footer {
    position: relative;
  	background: green;  
    margin:auto;
    width: 70%;
} 
.container-banner {
    position: relative;
    margin:auto;
    width: 70%;
} 
.nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #fff;
	background-color: #005e8d;
}