body {
	background-image: url(images/bgHome.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #460000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bot_bg{
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #8C9797;
	text-decoration: none;
}
.bot_bg a:link{
	color: #8C9797;
	text-decoration: none;
}
.bot_bg a:visited{
	color: #8C9797;
	text-decoration: none;
}

.bot_bg a:hover{
	color: #E42415;
	text-decoration: underline;
}

.bot_bg a:active{
	color: #8C9797;
	text-decoration: none;
}

