body {
	background-color: #1b3769;
	color: #cfe4f9;
}

.bg {
	background-image: url('../img/index_bg.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover;
	-webkit-background-size: cover;
	/*background-size: 100% auto;*/
}
.container{
	margin-top: 30px;
}
.col-center-block {  
    float: none;  
    display: block;  
    margin-left: auto;  
    margin-right: auto;  
}  