body {
	position: relative;
	z-index: 1000;
	top: -130px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #fff url(/img/bg-temp.jpg) left top repeat-x;
}

#page {
	margin: 15px 0px;
	background: url(/img/page-temp.jpg) center top no-repeat;
	font: 300 1.1em/1.5em Arial, sans-serif;
	color: #333;
}

#content {
	width: 800px;
	padding: 100px;
	margin: 0px auto;
}

h2 {color: #666;}

a {color: #43588d;}