body {
	background: #FFFFFF url("../images/bkgnd.jpg") repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #484848;
	margin: 0px;
}
#navigation { position: absolute;top: 0px; left: 0px;}
#main {	position: absolute;top: 0px;left: 150px;}
#footer { text-align: center;}

.home { position: absolute;top: 50px;left: 0px;width: 148px;height: 30px;background: url("../images/btn_home.jpg") no-repeat;}
.home:hover { background-position: -148px 0;}

.available { position: absolute;top: 100px;left: 0px;width: 148px;height: 50px;background: url("../images/btn_available.jpg") 0 0 no-repeat;}
.available:hover { background-position: -148px 0;}

.planned { position: absolute;top: 170px;left: 0px;width: 148px;height: 50px;background: url("../images/btn_planned.jpg") 0 0 no-repeat;}
.planned:hover { background-position: -148px 0;}