* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #0096c8;
	background-image: url(../images/body_bkgd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#page {
	background-image: url(../images/page_bkgd.jpg);
	background-repeat: repeat-x;
}
#content {
	background-image: url(../images/content_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#flash {
	margin: 0 auto 0 auto;
	width: 890px;
	text-align: center;
}
#alt {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 1px 1px 0);
	overflow: hidden;
	text-indent: 10px;
}
