body {	
	background: url('img/bg_page.jpg');
	/*background-color: #8A0B1E;*/
	margin: 0;
	}

body a {
	color: #C46770;
	text-decoration: none;
	}

body a:hover {
	color: #B13F4A;
	text-decoration: none;
	} 

#footerdm {
	background: url('img/footerbg.jpg');
	background-repeat: repeat-y;
	color: #0B0B0B;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	}
#footerdm a {
	color: #0B0B0B;
	text-decoration: underline;
	}

#footerdm a:hover {
	text-decoration: none;
	}
