body {
	margin: 0 !important;
	padding: 0 !important;
}

body {
	background-color: rgb(103,103,103);
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
}

.container {
	background-color: rgb(226,226,226);
}

#header {
	height: 184px;
	background-color: rgb(118,0,0);
	background-image: url('../images/header.jpg');
}

p {
text-align: justify;
}

h1 {
	display: none;
}
h3 {
  text-transform: uppercase;
	color: rgb(94,0,1);
}

.text-center {
	text-align: center;
}
.box {
	padding-bottom: 50px;
}
.box img {
	margin-top: 20px;
	border: 1px solid rgb(186,0,1);
}

a {
	color: rgb(120,0,0) !important;
}
a:hover, a:focus {
	color: rgb(200,0,0)!important;
}
