/***** Global *****/
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
}
html { background: #85c9e0 url(images/background_slice.jpg) repeat-x; }
body {
	background: url(images/background_rays.jpg) no-repeat center top;
	font:100%/1.25 Arial, Helvetica, sans-serif;
	width: 100%;
	color: #000;
}
img { border: 0; }
a {	outline: 0; }
#wrap { position: relative; z-index: 1; width: 865px; margin: 0 auto; }
.clear-all { clear: both; }