body {

    background-color: black;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1em;
		text-align: center;
		margin: 0;
}

a {
  text-decoration: underline;
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
}
h2 {
    color: black;
    font-size: 1.2em;
}

    h4 {

    text-align: center;
    }

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:101px;
}

#special {

text-align: center;
line-height: 2em;
}

ul#small {
  font-size: small;
  font-style: italic;
}



/*#container {
	position:relative;
  margin: 50px auto;
	width:600px;
	height:500px;
} */

#container {
	margin-left: auto;
  margin-right: auto;
  margin: 50px auto;
	position:relative;
	width:600px;
	height:500px;
	text-align: left;
}

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:202px;
}

#left-side {
	position:absolute;
	left:0px;
	top:202px;
	width:70px;
	height:344px;
}

#main {
	position:absolute;
	left:70px;
	top:202px;
	width:410px;
	height:269px;
	background-color:#FFDE00;

}

#main.whatson {
	position:absolute;
	left:70px;
	top:202px;
	width:410px;
	height:269px;
	background-color:#FFDE00;
    overflow:auto;
/*    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #000000;*/
    word-spacing: normal;
    }
#main.bookings {
	position:absolute;
	left:70px;
	top:202px;
	width:410px;
	height:269px;
	background-color:#FFDE00;
    overflow:auto;
/*    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #000000;*/
    word-spacing: normal;
    }

#right-side {
	position:absolute;
	left:480px;
	top:202px;
	width:120px;
	height:344px;
}

#middle-bottom {
	position:absolute;
	left:70px;
	top:471px;
	width:410px;
	height:75px;
}

#menu-home {
	position:absolute;
	left:-15px;
	top:546px;
	width:122px;
	height:34px;
}

#menu-about {
	position:absolute;
	left:130px;
	top:546px;
	width:111px;
	height:34px;
}

#menu-whatson {
	position:absolute;
	left:220px;
	top:546px;
	width:149px;
	height:34px;
}

#menu-contact {
	position:absolute;
	left:330px;
	top:546px;
	width:109px;
	height:34px;
}

#menu-bookings {
	position:absolute;
	left:440px;
	top:546px;
	width:109px;
	height:34px;
}

#bottom {
    background-color: black;
	position:absolute;
	left:0px;
	top:580px;
	width:600px;
	height:20px;
}