#frame 
{
	border: solid 0px black;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    width: 1000px;
    height: 700px;
    z-index: 0;
}

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

#btrls
{
    position: absolute;
	top: 29px;
    left: 50%;
    margin-left: -450px;
    width: 216px;
    z-index: 0;
}

#menu-bar
{
    position: absolute;
	top: 0px;
	margin-top: 22px;
    left: 50%;
    margin-left: -220px;
    width: 760px;
    z-index: 0;
}

#index-quote
{
	border: solid 0px red;
    position: absolute;
    top: 23px;
	left: 50%;
	margin-left: -95px;
    width: 530px;
    z-index: 2;
}

#index-welcome
{
	border: solid 0px red;
    position: absolute;
    top: 300px;
	left: 50%;
	margin-left: -155px;
    width: 900px;
    z-index: 2;
}

#index-intro
{
	border: solid 0px red;
    position: absolute;
    top: 375px;
	left: 50%;
	margin-left: -155px;
    width: 575px;
    z-index: 2;
}

#content-left
{
	border: solid 0px red;
    position: absolute;
    top: 157px;
	left: 50%;
	margin-left: -440px;
    width: 400px;
    height: 493px;
    z-index: 2;
    background-color: #F4F4C1;
}

#fullpage-scrollarea
{
	border: solid 0px red;
    position: absolute;
    top: 170px;
	left: 50%;
	margin-left: 0px;
    width: 480px;
    min-height: 480px;
	height: expression(this.offsetHeight < 480 ? "480px" : true);
    z-index: 2;
    overflow: auto;
}

#content-right
{
	border: solid 0px red;
    position: absolute;
    top: 0px;
	margin-left: 0px;
    width: 450px;
    z-index: 2;
}

#content-right-middle
{
	border: solid 0px red;
    position: absolute;
    top: 0px;
    height: 480px;
	margin-left: 0px;
    width: 450px;
    z-index: 2;
}

#footer-index
{
    position: absolute;
	top: 650px;
    left: 0px;
    height: 50px;
    width: 100%;
    z-index: 0;
}

#footer
{
    position: absolute;
	top: 683px;
    left: 0px;
    height: 50px;
    width: 100%;
    z-index: 0;
}

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

