html, body {
	margin: 0;
	height: 100%;
}

#body1{
	background:#b87470 url(images/bg1.jpg) center top no-repeat;
}

#body2{
	background:#353f09 url(images/bg2.jpg) center top no-repeat;
}

#body3{
	background:#d4c2a4 url(images/bg3.jpg) center top no-repeat;
}

#body4{
	background:#b87470 url(images/bg4.jpg) center top no-repeat;
}


a {
	color: #503a23;
}
a:hover {
	color: #805426;
}

.genericFloatLeft {
	float: left;
}
.genericFloatRight {
	float: right;
}

.genericClearBoth {
	margin: 0;
	padding: 0;
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	background-color: #00deff;
}

.genericBold {
	font-weight: bold;
}

.genericClear{
	clear:both;
	overflow:hidden;
}
