body { 
    background: url('pictures/page_bg.jpg') no-repeat center center fixed;
}

.mainBox .btn,
.bootbox.modal .btn-primary,
.mainBox .btn:active:focus,
.bootbox.modal .btn-primary:active:focus{
	background-color: #3a766b;
}

.subBox > div {
	background-color: #c24070;
}

.langDropdown > a{
	color: #c24070;
}

.logoContainer {
	margin-bottom: 0px;
}

.logoContainer img {
	height: auto;
	min-width:200px;
	max-height:150px;
	-webkit-filter: drop-shadow( 1px 1px 1px rgba(255, 255, 255, .7));
	filter: drop-shadow( 1px 1px 1px rgba(255, 255, 255, .7));
}
