*{
	padding:0px;
	margin:0px;
}
body{
	background-image:url(../images/b2.jpg);   
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}
.container-fluid{
	color:#fff;
	height:100%;
}

.bg-top{
	background-color:red;
}
.bg-right{
	background-color:red;
	height:82%;
}


.footer{
	text-align:center;
	color:#fff;
	min-height:40px;
	line-height:40px;
}

