html, body {height: 100%;padding: 0;margin: 0;}

body
{
	background: #4BA6FF url('/template/images/burst.jpg') center center no-repeat;
}

#axis
{
    z-index: 1;
    visibility: hidden;
}

.satellite
{
    width: 130px;
    height: 130px;
    left: -1000px;
    visibility: hidden;
}

.arrow
{
    width: 100px;
    height: 100px;
}

.home-sat
{
    width: 150px;
    height: 150px;
}

.satellite img
{
    border: 0px;
}

#home-button
{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 99;
}

#back-button
{
    position: absolute;
    left: 20px;
    top: 90px;
    z-index: 99;
}

#home-button img, #back-button img
{
    border: 0px;
}

#content-region
{
    position: absolute;
    visibility: hidden;
}

.content-top-left
{
    background: url('/template/images/content-corner-tl.gif') left top no-repeat;
    padding-left: 60px;
}

.content-top-right
{
    background: url('/template/images/content-corner-tr.gif') right top no-repeat;
    padding-right: 60px;
}

.content-top-middle
{
    background: url('/template/images/content-top.gif') right top repeat-x;
    height: 60px;
}

.content-bottom-left
{
    background: url('/template/images/content-corner-bl.gif') left top no-repeat;
    padding-left: 60px;
}

.content-bottom-right
{
    background: url('/template/images/content-corner-br.gif') right top no-repeat;
    padding-right: 60px;
}

.content-bottom-middle
{
    background: url('/template/images/content-bottom.gif') right top repeat-x;
    height: 60px;
}

.content-middle
{
    border: solid #0D630C;
    border-width: 0 5px;
    background: #fff;
    padding: 1px 30px;
    overflow: auto;
}

#pageContent
{
    width: 100%;
    height: 100%;
    overflow: auto;
}
