/* ~~ The footer ~~ */
.footer {
	padding: 5px 0;
	background: #2C1004;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	width: 1002px;
	font-size: 12px;
	color: #FFF;
}
body { background-attachment: fixed; }

p { background-attachment: fixed; }

td { background-attachment: fixed; }

a:link { }

a:visited { }

a:hover { }

a:active { }

