/* CSS Document */
body {
	font-family: Arial;
	margin: 0;
}
header, footer{
	background: #FFFFFF ;
	height: 250px;
	padding-left: 20px;
	line-height: 10px;
}
footer {
	color: #FFFFFF
}
.banner {
	height: 1px;
	background: #FFFFFF;
	font-size: 50px;
	color: #FFFFFF;
	line-height: 400px;
	text-align: center;
}
article {
	width: 100%;
	margin: 0 auto;
	height: 200px;
}
.logo img {
	max-width:25%;
    height:auto;
	margin-left: 55px
		
	
}