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

body {
	background-color: #26FF14;
	background-image: url(/site-layout/gfx/bg-splash.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center 400px;
	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: -450px;
	width: 900px;
	overflow: hidden;
}

.header {
	float: left;
	width: 900px;
	height: 200px;
	margin: 100px 0 0 0;
	text-align: center;
	overflow: hidden;
	background-color: #26FF14;
}

.column00 {
	float: left;
	width: 900px;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.column0 {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	background-color: #ccccff;
	text-align: center;
}

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

.footer {
	float: left;
	width: 900px;
	height: 100px;
	overflow: hidden;
}

ul#splash {
    margin: 0 0 0 263px;
    padding: 0;
    text-align: left;
    font-weight: bold;
}

ul#splash li {
    display: inline;
	list-style-type: none;
	padding: 0 84px 0 0;
	margin: 0;
	text-transform: uppercase;	
}

ul#splash li a {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
}

ul#splash li a:link {
    color: #FFF;
    text-decoration: none;
}

ul#splash li a:visited {
    color: #FFF;
    text-decoration: none;
}

ul#splash li a:hover {
    color: #A7A9AC;
    text-decoration: none;
}

ul#splash li a:active {
    color: #FFF;
    text-decoration: none;
}


