#banner
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
}

body
{
	font-family:sans-serif;
	background-color:#fff;
	margin: 0px;
}

#no-js
{
	position: absolute;
    top: 0;
	background-color: yellow;
	color: black;
	text-align: center;
	width:100%;
	margin: 0;
}