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

body {
	    background: url(background.jpg) top center no-repeat;
	background-color:#000000;
	
   
}



body, input, textarea, select, button, p, div, a {
	font-family: Arial, Verdana, Georgia, sans-serif;
	color: #ffffff;
	font-size: 14px;
	
}

input, textarea, button {
	vertical-align:middle;
}


a,a:active {
	text-decoration: none;
}

 a:hover{
	text-decoration:none;
}

a:link {;}

a:visited {
	color: #FFFFFF; ;
	}


div#site_area {
	width:100%;
	height:100%;
	text-align:left;
	z-index: 20;
	margin:auto;
}

#master {
  position:absolute;
  left:50%;
  width:880px;
  margin-left:-420px;
  
}

div#site_content_wrapper {

	padding:0px;
	margin: 0 auto;
	min-height:100%;
	
}




/* @CONTENT */
#body-container {

	padding-top: 310px;
	width: 880px;
	display: block;
	padding-left:0px;
	
	
}




/* @CONTENT - ELEMENTS */

#body-container #mainColumn {
    top: 330px;
	width: 606px;
	border-bottom:thin #FFFFFF 1px;
	border-top: thin #FFFFFF 1px; 

	
	
	
}

/* @CONTENT - ELEMENTS */

#body-container #mainColumn2 {

	width: 194px;
	margin-left: 646px;
	position:absolute;
	top:283px

	
	
	
}





#body-container h1 {
    color: #24c0c0;
    font-size: 18px;
    padding: 1px 1px 1px 1px;
    margin: 0;
    line-height: 24px;
	font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal;

}


#body-container h2 {
    color: #24c0c0;
    font-size: 14px;
    line-height: 26px;
    display: inline;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
	

}


#body-container h3 {
    color: #787878;
    font-size: 14px;
    display: inline;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal;
	
	

}



#body-container .text {
    padding-left: 2px;
    padding-right: 20px;
    padding-top: 27px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin: 0;
}

#body-container #one .text, #body-container #two .text {
    padding-top: 42px; 
}


#body-container .text p {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 10px;
	font-weight: lighter;
}

.text a {
    font-style: normal;
    text-decoration: underline;

}

.text a:hover {
    color: #24c0c0;
    font-style: normal;
	text-decoration: underline; 

}


html .text a.nobg {
	background: none;
}




