html {
	height: 100%;

	padding: 0px;
	margin: 0px;
}

body {
	height: 100%;

	font-weight: normal;
	font-size: 13px;
	font-family: Verdana;
	font-style: normal;
	text-align: center;
	color: #606060;

	background-image: url(../assets/background.jpg);
	background-attachment: fixed;
	background-position: center center;

	padding: 0px;
	margin: 0px;
}


#centering {
	width: 774px;
	min-height: 100%;

	background-image: url(../assets/columns.png);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat-y;

	padding: 0px;
	margin: 0px auto;
}


#clear {
	clear: both;
}


#page {
	width: 555px;

	text-align: left;

	float: left;

	padding: 0px;
	margin: 0px 15px 0px 15px;
}