body,
a,
p,
h1,
ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}



#banner {
	width: 100%;
	text-align: center;
}

#banner img {
	display: block;
	width: 100%;
	height: auto;
}