body{
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	background-color: white;
	background-attachment: fixed;
	background-position: top center;
}
.title.bg{
	background-color: #804000;
	color: white !important;
}
.title.bg a{
	color: white !important;
}
.menu{
	background-color: #804000;
	background-image: linear-gradient(to bottom, #804000 0px, #814101 100%);
}
.menu a{
	color: white!important;
}
.slider{
	color: #804000 !important;
}
.slider a{
	color: #800606!important;
}
.slider table tr:nth-child(2) td{
	background-color: rgba(128, 6, 6, 0.5)!important;
}
.agmarketing{
	background-image: linear-gradient(to bottom, #804000 0px, #814101 100%);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #804000;
}
.footer-bar{
	background-image: linear-gradient(to bottom, #804000 0px, #814101 100%);
	color: white;
}
.footer > div.title{
	background-color: #804000;
}
.slider-container .menu, .menu{
	background-color: #804000;
	background-image: linear-gradient(to bottom, #804000 0px, #814101 100%);
}
body > .container{
	border-radius: 10px;
}
.records > .record{
	border-radius: 10px;
}
.logo{
	border-radius: 10px;
}
.records > .record .col-xs-9 .title{
	border-radius: 0 0 0 10px;
}
.menu > div > a:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.menu > div > a:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
