.main {
	background-color:#333333;
	height: 100%;
	width: 770px;
	position: fixed;
	top: 0px;
	left:33%;
	right:auto;
	bottom: 100%;
	background-position: center center;
	visibility: visible;
}

body {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(bgShim.jpg);
	background-position: top;
	margin: 0px;
	padding: 0px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;


	color: #666666;
	text-align: left;
}
