@charset "utf-8";
/* Intro Page */
body {
	background-color: #CACDCE;
        overflow-x: hidden;
}
a, img {
        outline: none;
}
#center { 
     position: absolute; 
     top: 50%; 
     width: 100%; 
     height: 1px; 
     overflow: visible;
}
#main { 
     position: absolute; 
     left: 50%; 
     width: 480px; 
     margin-left: -240px; 
     height: 284px; 
     top: -200px; 
}
#intro-page h1 {
	display: block;
	background-image: url(../images/chauvin-consulting-logo.jpg);
	overflow: hidden;
	width: 480px;
	height: 284px;
	text-indent: -9999px;