#main { 
height:100%; 
margin:0px; 
padding:0px; 
background-image:url(images/background.jpg); 
background-position:center; 
background-position:top; 
background-color: #d84f19;
}

.content {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.content a {
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.td-back {
	color: #000000;
	background: url("images/leftside-back-top.jpg");
	background-repeat: no-repeat;
	background-position:top; 
}

.td-back-b {
	color: #000000;
	background: url("images/leftside-back-bot.jpg");
	background-repeat: no-repeat;
	background-position: bottom; 
}

.footer_nav a {
	font-weight: bold;
	color: #00ffff;
	text-decoration: none;
}

.footer_nav a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


