body{
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	background-color: white;
	background-attachment: fixed;
	background-position: top center;
}
.title.bg{
	background-color: #30c71b;
	color: white !important;
}
.header.bg{
	background-image: url('../images/header-black.jpg');
	color: black;
}
.footer > div.title{
	color: white;
	background-color: #30c71b;
}
body > .container{
	border-radius: 10px;
}
.records > .record{
	border-radius: 10px;
}
.slider{
	border-radius: 10px;
}
.records > .record .col-xs-9 .title{
	border-radius: 0 0 0 10px;
}
