/************************************************************
Title:     Content | Emile Blume - Netcreators.com
************************************************************/
/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo {
	text-indent: -9000px;
	background: url(../img/logo.png) no-repeat left top;
	height: 224px;
	width: 800px;
	left: 0;
	top: 0;
	position: absolute;
	z-index:100;
}

#logo a {
	display: block;
	height: 224px;
	width: 800px;
	cursor: pointer;
}

#slogan {
	background:url(../img/bg-right.jpg) no-repeat right top;
	height:224px;
	width:475px;
	right: 0;
	top: 0;
	position: absolute;
	text-indent: -9000px;
}

#contact {
	padding:20px 10px;
	clear: both;
}

#copy {
	border-right: 1px solid #CCC;
	padding-right: 0.3em;
}

.align-center { text-align:center; }
.align-right { text-align:right; }

.csc-frame-rulerBefore { border-top:1px solid #CCC; margin-top:0.3em; padding-top:0.3em; }

