body {
	background-color:#D2D2D2;
	}
#footer {
	padding:10px;
	
	
	}
.copyright {
	margin:5px;
	text-align:center;
	color:#333333;
	font-family:Arial;
	font-size:10px;
	}
.txt {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	}
.heading {
	font-family:Arial;
	font-size:14px;
	color:#484848;
	font-weight:bold;
	}
.txt_footer {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
.txt_footer:hover {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	}

.txt_link {
	font-family:Arial;
	font-size:12px;
	color:#878787;
	text-decoration:none;
	text-align:center;	
	font-weight:bold;
	}
.txt_link:hover 
	{font-family:Arial;
	font-size:12px;
	color:#878787;
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
	}
.txt_link:visited (
	{font-family:Arial;
	font-size:12px;
	color:#878787;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	}
.txt1_link {
	font-family:Arial;
	font-size:12px;
	color:#D1D1D1;;
	text-decoration:none;
	
	font-weight:bold;
	}
.txt1_link:hover 
	{font-family:Arial;
	font-size:12px;
	color:#D1D1D1;
	text-decoration:underline;
	
	font-weight:bold;
	}
.txt1_link:visited 
	{font-family:Arial;
	font-size:12px;
	color:#D1D1D1;
	text-decoration:none;
	
	font-weight:bold;
	}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
width:600 px;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}