.banner {
	width: 100%;
	background-color: #fff;
	color: #000;
}

.header {
	width: 100%;
	margin: auto;
	color: #000;
	background-color: #FF9966;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header H1 {
	margin: auto;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	font-size: 60px;
}

.content {
	background-color: #000066;
	margin-top: -30px;
	padding: 40px;
}

.bg-zero {
	background-image: url('../img/flower1.jpg');
	background-repeat: repeat;
}

.bg-one {
	background-image: url('../img/grass1.jpg');
	background-repeat: repeat;
}

.bg-two{
	background-image: url('../img/oranges1.jpg');
	background-repeat: repeat;
}

.bg-three{
	background-image: url('../img/salad1.jpg');
	background-repeat: repeat;
}

.bg-four{
	background-image: url('../img/sky1.jpg');
	background-repeat: repeat;
}

.bg-five{
	background-image: url('../img/fabric1.jpg');
	background-repeat: repeat;
}

.leftside {
	width: 100%;
	text-align: right;
}

.foot-cap {
	text-shadow: 1px 1px 2px black;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
}
