/* WEBLANCE HOMEPAGE CSS */

body { margin: 0 0 0 0; background-color:#282828; }
.weblance_faded_iv { opacity:0; filter:alpha(opacity=0); }
::-moz-selection { color:#FFFFFF; }

.weblance_greystripe { 
	width: 100%; 
	height:70px; 
	background-color:#3a3a3a;
 }

#weblance_main_fade {
	background-image:url(../images/centrepiece2.png);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	min-width:800px;
	min-height:576px;
	opacity:0;
	filter: alpha(opacity=0);
}

#weblance_head {
	position:static;
	top:0;
	left:0;
}
#weblance_foot {
	position:fixed;
	bottom:0;
	left:0;
}

#enquiries {
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:2px;
	color:#777777;
}

#email {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:2px;
	color:#777777;
	position:fixed;
	right:15px;
	bottom:90px;
}

#weblance_main {
	background-image:url(../images/centrepiece.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:1%;
	width:100%;
	height:100%;
	min-width:800px;
	min-height:576px;
}


