@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #666;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 16px;
}
body p {
	margin-top: 0px;
	margin-bottom: 9px;
}		
body a:link  , body a:visited{
	color: #a80532;
	text-decoration: none;
}
body a:hover {
	color: #a80532;
	text-decoration: underline;
}
.body-bg {
	background-color: #a80532;
}
.logo  {
	display: none;
}
#WRAPPER {
	margin-right: auto;
	margin-left: auto;
	max-width: 1130px;
	min-height: 704px;
}
******************* RESPONSIVE CSS {
}
@media (max-width:650px) {
body {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
