html {
	width: 100%;
	height: 100%;
}

body {
	background: #E2E2E2;
	margin: 0;
	width: 100%;
	height: 100%;
}

body, input, select, textarea {
	font-family: 'Arial', 'Helvetica', 'Sans-serif';
	color: #000000;
}

select, textarea, input {
	font-size: 100%;
}

img {
	border: none;
}

.canvas {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html>body .canvas {
	height: auto;
}

.break {
	clear: both;
}

.hidden {
	display: none;
}


.bottom {
	position: absolute;
	bottom: -1px;
}

.block0 {
	position: absolute;
	left: 50%;
	overflow: visible;
}

.block1 {
	position: absolute;
	left: -480px;
	width: 960px;
	overflow: hidden;
}

.header {
	float: left;
	width: 960px;
	height: 115px;
	overflow: hidden;
	background: url(/site-layout/gfx/bg-header.gif);
	margin: 20px 0 0 0;
}

.column0 {
	float: left;
	width: 960px;
	height: auto;
	overflow: hidden;
	background: url(/site-layout/gfx/bg-column.gif) repeat-y;
}

.column1 {
	float: left;
	width: 960px;
	height: auto;
	overflow: hidden;
	background: url(/site-layout/gfx/bg-column2.gif) repeat-y;
}

.footer {
	float: left;
	width: 960px;
	height: 60px;
	overflow: hidden;
	background: url(/site-layout/gfx/bg-footer.gif) no-repeat;
}
