#frame 
{
	border: solid 0px white;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
    z-index: 0;
}

#header
{
    position: relative;
	top: 0px;
    left: 0px;
    width: 960px;
    z-index: 0;
    height: 160px;
}

#index-image
{
    position: absolute;
	top: 66px;
    left: 0px;
    z-index: 1;
}

#book-now
{
    position: absolute;
	margin-top: 0px;
	height: 170px;
    left: 10px;
    z-index: 15;
}

#header-logo
{
    position: relative;
	margin-top: 2px;
	height: 79px;
    left: 483px;
    z-index: 0;
}

#red-stripe
{
    position: absolute;
	top: 82px;
    left: 0px;
    width: 960px;
    height: 10px;
    background-color: #BF1E2D;
    z-index: 0;
}

#menu-bar
{
    position: absolute;
	top: 92px;
    left: 0px;
    width: 960px;
    height: 60px;
    background-color: #939598;
    z-index: 0;
}

#sidebar
{
	border: solid 1px black;
    position: absolute;
    top: 140px;
	left: 30px;
    width: 300px;
    z-index: 2;
}

#home-image
{
	border: solid 0px red;
    position: relative;
    top: 0px;
	left: 0px;
    width: 960px;
    height: 545px;
    z-index: 2;
}

#book-home
{
	border: solid 0px red;
    position: absolute;
    top: 480px;
	left: 55px;
    z-index: 2;
}


#content
{
	border: solid 0px red;
	background: white;
    position: relative;
    top: 0px;
	left: 0px;
    width: 960px;
    height: 650px;
    z-index: 2;
}

#content-about
{
	border: solid 0px red;
	background: white;
    position: relative;
    top: 0px;
	left: 0px;
    width: 960px;
    height: 500px;
    z-index: 2;
}

#content-connect
{
	border: solid 0px red;
	background: white;
    position: relative;
    top: 0px;
	left: 0px;
    width: 960px;
    height: 500px;
    z-index: 2;
}

#content-services
{
	border: solid 0px red;
	background: white;
    position: relative;
    top: 0px;
	left: 0px;
    width: 960px;
    height: 1210px;
    z-index: 2;
}

#content-k
{
	border: solid 0px red;
	background: black;
    position: relative;
    top: 0px;
	left: 0px;
    width: 960px;
    height: 720px;
    z-index: 2;
}

#footer
{
    position: relative;
	top: 0px;
    left: 0px;
    height: 40px;
    width: 100%;
    z-index: 0;
}

#credit
{
    position: relative;
	top: 20px;
    left: 0px;
    width: 100%;
    z-index: 0;
}

