html {
	background: #fff url("../images/html.png") repeat-x left top;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url("../images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}

.logo {
	z-index: 51;
	position: absolute;
	top: 10px;
	right: 114px;
	margin: 0px auto 0px auto;
	padding: 1em 1em 1em 1em;
	border: 0px none;
	border-width: 0px 0px 0px 0px;
}