#header {
	height: 150px;
}
	#contentHeader {
		position: absolute;
		overflow: visible;
		height: 150px;
	}
		#descContentHeader {
				position: relative;
				width: 430px;
				height: 60px;
				float: right;
				top: -110px;
			}
				#descContentHeader p {
					line-height: 12px;
				}
				#descContentHeader h1 {
					font-weight:lighter;
					font-size: 13px;
				}

		}
		#logoContentHeader {
			width: 165px;
			height: 150px;
		}

#flash {
	height: 370px;
	background-color: #e21a79;
}
	#contentFlash{
		width: 1000px;
		height: 350px;
		background-color: #FFFFFF;
		top:10px;
	}


