/* CSS Document */

#logocomp #logobg {
	position: absolute;
	
	z-index: 0;
}
#logocomp #logo {
	position: absolute;
	top: 80px;
	left: 10px;
	
	z-index: 5;
}

#contactinfo {
	position: absolute;
	top: 15px;
	right: 15px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}