
* {
	border: 0;
	font-family: Arial, Verdana, Helvetica;
	margin: 0;
	padding: 0;
	}

body, html {
	height: 100%;
	}

body {
	background: #fff url("../images/index_background.jpg") center center repeat-x;
	}

#positioner {
	height: 50%;
	position: relative;
	width: 50%;
	}

#innerBody {
	background: url("../images/index_logo.gif") -8px 0 no-repeat;
	bottom: -220px;
	height: 440px;
	position: absolute;
	right: -240px;
	width: 480px;
	}

.easy, .comfort, .easy_hover, .comfort_hover {
	height: 150px;
	margin-top: 130px;
	cursor: pointer;
	}

.easy {
	background: url("../images/index_easy_passive.jpg") no-repeat;
	float: left;
	padding: 130px 20px 0 10px;
	width: 210px;
	}

.easy_hover {
	background: url("../images/index_easy_active.jpg") no-repeat;
	float: left;
	padding: 130px 20px 0 10px;
	width: 210px;
	}

.comfort {
	background: url("../images/index_comfort_passive.jpg") no-repeat;
	float: right;
	padding: 130px 10px 0 30px;
	width: 200px;
	}

.comfort_hover {
	background: url("../images/index_comfort_active.jpg") no-repeat;
	float: right;
	padding: 130px 10px 0 30px;
	width: 200px;
	}

h1 {
	font-size: 12px;
	margin: 0 0 14px 0;
	}

.easy h1 a, .easy_hover h1 a {
	color: #6d3c69;
	text-decoration: none;
	}

.comfort h1 a, .comfort_hover h1 a {
	color: #D5951B;
	text-decoration: none;
	}

p {
	font-size: 11px;
	color: #333;
	}

#footer {
	background: #E6E6E6;
	color: #B8B8B8;
	font-size: 11px;
	margin: 0 10px;
	padding: 2px 0;
	text-align: center;
	clear: both;
	}

#footer a {
	color: #B8B8B8;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

#mPlayer {
	position: absolute;
	top: 4px;
	right: 10px;
	}

#cloud {
	background: #E6E6E6;
	font-size: 11px;
	margin: 4px 10px;
	padding: 2px 4px;
	clear: left;
	}

#cloud ul {
	list-style-image:url("../images/bullet_easy.gif");
	margin: 0.4em 0 0.4em 24px;
	}

#cloud a {
	color: #999;
	text-decoration: none;
	}

#cloud a:hover {
	color: #333;
	}

#cloud ul {
	color: #bbb;
	}

#cloud .leftCol {
	float: left;
	width: 276px;
	}

#cloud .rightCol ul {
	list-style-image:url("../images/bullet_comfort.gif");
	}

.clearing {
	clear: both;
	}