body
{
	font-family:  Calibri, Arial, sans-serif;
	color:black;
	background-color:black;
	background-image:url(sky.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-size: cover;
}

p
{
margin-top:2em;
}

.mainback
{
position:absolute;
z-index:-100; 
top:0; 
left:0; 
right:0; 
bottom:0; 
height:100%;
background-color:white;
opacity:0.40;
}


#container
{
min-width:900px;
width:90%;
margin-left: auto;
margin-right: auto;
position:relative;
}

/* START MAIN */
#main
{
overflow:hidden;
position:fixed;
top: 10%;
bottom: 10%;
right: 10%;
left: 10%;
padding: 40px;
font-size: 2em;
}
@media (max-width: 600px) {
	#main
	{
	top: 5%;
	bottom: 5%;
	right: 5%;
	left: 5%;
	padding: 25px;
	font-size: 1.2em;
	}
}

#maintext
{
overflow:auto;
position:relative;
}

#maintext a, a:link, a:visited
{
text-decoration:none;
color:black;
}

#maintext a:hover
{
text-decoration:none;
color:#725537;
}

/* END MAIN */


