body {
	background-image: url(stripe3.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;

}
#container {
	margin: 0 auto;
	height: 768px;
	width: 1024px;
	text-align: center;
}
#Header {
	float: left;
	height: 94px;
	width: 1024px;
}
#main {
	float: left;
	height: 630px;
	width: 1024px;
	background-color:#cccccc;
	font: Myriad Pro;
	font-size:18px;
	}
#Footer {
	float: left;
	height: 44px;
	width: 1024px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

