html, body {
	height: 100%;

	margin: 0px;
	padding: 0px 5px 0px 5px;

	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;

	color: #666;
}

body {
	background-image: url('../images/layout/body.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container {
	position: relative;

	min-height: 100%;
}

#menu {
	position: absolute;
	bottom: 30px;
	left: 0px;

	width: 217px;
	height: 422px;
}

#main {
	position: absolute;
	bottom: 32px;
	left: 262px;

	width: 730px;
	height: 430px;

	overflow:hidden;
}

#footer {
	position: absolute;
	bottom: 0px;

	width: 100%;
	height: 32px;   /* Height of the footer */
}