
body, html{
        height: 100%;
	margin: 0px;
	margin-top: 10px;
        font-family: sans-serif;
        background-color: #ffffff;
        background-image: url(sines.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        text-align:center;
}

a{
        text-decoration: none;
}

h3{
        font-weight: bold;
        color: #01477C;        
        margin: 10px;
}

h4{
        font-weight: bold;
        color: #01477C;        
        margin: 10px;
}

p{
        margin-left: 20px;
	margin-right: 20px;
}

img{
        border: 0px;
}

.stars{
        position: absolute;
        height: 506px;
        width: 100%;

        z-index: 2;
}

.oframe{
        position: relative;
        height: 90%;
        margin: 0px auto;
        width: 825px;

        z-index: 3;
        text-align: left;
        
        background-image: url(starmap.png);
        background-position: top right;
        background-repeat: no-repeat;
} 

.logoimg{
        text-align: left;
}

.main{
        position: relative;
        top: 20px;
        width: 650px;
        margin-left: 90px;
	padding-bottom: 500px;

        background-color: #ffffff;
        -moz-opacity: 0.80;
        filter: progid:dximagetransform.microsoft.alpha(opacity=80);

        font-size: 90%;
}

.navi{
        font-size: 90%;
        width: 100%;
        position: relative;
        padding-bottom: 3px;
        margin-bottom: 20px;
        border-bottom: solid 1px #01477C;
        text-align:left;
}

.navientry{
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        
        color: #43b54f;
}

.navisel{
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        
        color: #ffffff;
        background-color: #01477C;
}

.navino{
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        
        color: #43b54f;
}

