.clearfix:after { content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
body { margin: 0; background: #1b1b1b; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

/* ---------- logo preview ----------------------- */
#head { position: relative; background: #fff; }
#head img { float:left; border: none; }

#head img.logo {
	position: absolute;
	border: none;
	left: 700px;
	top: 10px;
	float: none;
}

.main-bg {
	background: url(bg.png) repeat-y 50% 0;
}
.main-bg980 {
	background: url(bg980.png) repeat-y 50% 0;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;

}
a.red:link {color: #000000; text-decoration: none; }
a.red:visited {color: #000000; text-decoration: none; }
a.red:hover {color: #000000; text-decoration: underline; }
a.red:active {color: #000000; } 