
#expMsg {
	display:none;
}

#txtMsg {
	width:100%;
	text-align: center;
	color:#fff;
	padding:20px;
	font-size: 16px;
}

#banner {
	position: absolute;
    display: block;
    height: 65px;
    width: 970px;
    background-color: #004b82;
    top:225px;
}

#expLogo {
	position: absolute;
	display:block;
	background:url(images/logo_menu.png);
	width:482px;
	height:205px;
	left:50%;
	margin-left:-241px;
}