/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color:#90F;
	height: 100%;
width: 100%;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
	width: auto;
    background: url('../img/logo_round.jpg') center center no-repeat scroll;
	background-color:#000;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px 500px;
    background-size: 500px 500px;
    -o-background-size: 500px 500px;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #90F;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.container {
	background-color:#000;
	color: #fff;
		
}


#left-nave {

background: #2b2b2b;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 250px;

}