/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body 
{
   height:100%; 
   margin:0; 
   padding:0; 
   background-color: black; 	
   color: white;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}

/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}

/* places the content ontop of the background image */
#logo { position:relative; z-index:1;}

#content  
{
   text-align: right;
	position: absolute;
	bottom: 90px;
	right: 50px;
	width:500px;
}

#contact
{
	z-index:1;
   text-align: right;
	position: absolute;
	top: 30px;
	right: 50px;
	width: 100%;
}

#contact a, #contact a:link, #contact a:hover, #contact a:active, #contact a:visited
{
	color: white;
	text-decoration: underline;
}

#footer  
{
	color: white;
	background: url(images/bkg-bottom.png) repeat-x;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
}

.plus  
{
	color: white;
	font-size: 24px;
}
	  
.menu 
{      
	color: white;
	text-decoration:none;
}
