@CHARSET "ISO-8859-1";

#header {
	position: relative;
	width: 100%;
	background-color: white;/* #b3b3b3 << cool grey */;
	clear: both;
	padding: 0 0;
	height: 200px;
}
		#logo {
			position: absolute;
			width: 400px;  /*img default 800*/
			left: 20px;
			top: 50px;
		}
		
		#caption {
			position: absolute;
			width: 300px;
			left: 440px;
			top: 50px;
			opacity: 0.6;
		}