body {
	margin: 0px;
	background-color: #3E3D3D;
}

.main_pattern {
	background-color: #000;
	background-image: url(../joie-de-vivre-images/graphics/body-pattern.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#footer-gradient {
	text-align: justify;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.main_text {
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;	
}

.phone_number {
	text-align: justify;
	font-family: Tahoma;
	font-size: 30px;
	font-style: normal;
	color: #FFFFFF;	
}

a.main_text:link {
	color: #004a98;
	text-decoration: underline;
}

a.main_text:visited {
	color: #004a98;
	text-decoration: underline;
}
a.main_text:hover {
	color: #333333;
	text-decoration: none;
}

.footer_text {
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;	
}

a.footer_text:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer_text:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer_text:hover {
	color: #000000;
	text-decoration: none;
}

