﻿body 
{
    background-color:#000039;
    text-align:center;
}

div.main 
{
    background-image: url('Images/bgNiels.png');
    width: 900px; 
    height: 675px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    font-family: Verdana;
    color: #FFFFFF;
    text-align: left;
}
div.mainBodyContainer {
	text-align:left;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
}
div.topBalk 
{
    position:relative;
    left:57px;
    top:16px;
    width:786px;
    height:104px;
}

div.bottomBalkContainer 
{
    position:relative;
    left:57px;
    width:786px;
    height:44px;
    top:60px;
    background-image:url(images/bottomBalk.png);
}

div.skyHighText
{
    position:relative;
    left:570px;
    top:-60px;
    width:786px;
    height:26px;
    font-size:large;
    color:Black;
}

div.visualizationText 
{
    position:relative;
    left:255px;
    top:-30px;
    /*width:255px;*/
    height:26px;
    font-size:larger;    

}

div.leftImage
{
    width:562px;
    top:121px;
    
    position:absolute;
}

div.bodyText 
{
    position: relative;
    text-align:left;
    top: 60px;
    left: 485px;
    width: 358px;
    height: 400px;
    font-size: smaller;
    overflow: hidden;
}


div.buttonText 
{
    font-family: Verdana;
    font-variant: small-caps;
    font-size: larger;
    color: #000000;
    text-align: center;
    width:155px;
    position: absolute; 
    top: 14px; 
    cursor:pointer;
}

td
{
    vertical-align:text-top;
}
a
{
    color:Aqua;
}
