/**
 * html
 */
html {
	text-align: center;
	background: #ffffff url(../images/background.jpg) no-repeat center top;
}

/**
 * body
 */
body {
	position: relative;
	width: 982px;
	margin: 0 auto;
	text-align: left;
}	

/**
 * Logo
 */
img#logo {
	position: absolute;
	top: 20px;
	left: 835px;
	z-index: 5;
}

br.clear {
	clear:both;
}