@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #b72794;
	background-image: url(../graphics/malbg.jpg);
	background-repeat: repeat-x;
}

.menu {
	padding-left: 15px;
	padding-right: 15px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}

.floater {
	position: absolute;
	left: auto;
	right: auto;
}

#murry {
	z-index: 15;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

#lewy {
	z-index: 15;
	position: fixed;
	left:1070px;
	bottom: 0px;
}

#bigwrapper {
	width: 900px;
	background-color: white;
}

.sectiondiv {
    padding-top: 20px;
}
