body {	
	background-color:#739fde;
	background-image:url(images/sky.jpg);
	background-repeat:no-repeat;
}
body,td,p,div {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 8pt;
	color: #444;
}
a:link,a:active,a:visited,a:hover {
	color:#222;
	text-decoration:none;
}
H1	{ 
	font-size:14px; 
	font-weight: normal; 
	color:#222; 
}
IMG {
	border:0;
}
b,strong {
	font-weight:normal; 
	color:#222;
}
.float { 
	padding:10px 10px;
	position: absolute; 
	cursor: move; 
	width: 450px;
	height:235px;
	background:url('images/bg2.png');
}
#float1 {
	top: 200px;
	left: 190px;
	height:320px;
	background:url('images/bg1.png');
}
#float2 {
	top: 140px;
	left: 460px;
}
#float3 {
	top: 15px;
	left: 290px;
}
#float4 {
	top: 465px;
	left: 100px;
}
#float5 {
	bottom: 100px;
	right: 100px;
	width: 353px;
	height:240px;
	background-image: url(images/teaser.jpg);
}
#float6 {
	top: 20px;
	left: 720px;
	display:none;
}
#float7 {
	display:none;
	top: 60px;
	left: 530px;
	display:none;
}
#float8 {
	top: 50px;
	left: 40px;
	width: 130px;
	height: 130px;
	background-image: url(images/logo.png);
	background-color:transparent;
}

