/** Homepage **/
body {
	color:#f4d6ad;	
}
p {
	margin:0 100px;	
}
#images-preloader {
	display:none;	
}

img#light {
	position:absolute;
	width:163px;
	height:302px;
	bottom:18px;
	right:147px;
}

div#homepage {
	margin-top:20px;
	width:900px;
	height:407px;
	background-image:url("../images/hp/main.jpg");
	position:relative;
}
div#homepage a {
	display:block;
	position:absolute;
}
a#contact {
	width:192px;
	height:320px;
	left:0;
	bottom:0;
}
a#contact:hover {
	background-image:url("../images/hp/contact.jpg");
}
a#marketing {
	width:238px;
	height:303px;
	bottom:17px;
	left:406px;
}
a#marketing:hover {
	background-image:url("../images/hp/marketing.jpg");
}
a#news {
	width:163px;
	height:302px;
	bottom:18px;
	right:147px;
}
a#news:hover {
	background-image:url("../images/hp/news.jpg");
}
a#sup {
	width:202px;
	height:302px;
	bottom:18px;
	left:192px;
}
a#sup:hover {
	background-image:url("../images/hp/sup.jpg");
}
a#logo {
	width:190px;
	height:407px;
	top:0;
	right:0;
}
a#logo:hover {
	background-image:url("../images/hp/logo.jpg");
}
