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

body {
	background-color: #FFF;
	margin: 0px;

}

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: 50px;
	overflow: hidden;
	background-color: #FFF;
}

.column0 {
	float: left;
	width: 640px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
}

.column1 {
	float: left;
	width: 320px;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
}

.footer {
	float: left;
	width: 960px;
	height: 20px;
	overflow: hidden;
	background-color: #FFF;
}