/***********************************************************/
/*      DESKTOP                                            */

@media screen and (min-width: 1000px) {
	




/***********************************************************/


/***********************************************************/


}

/***********************************************************/

@media screen and (max-width: 1000px){


}	




/***********************************************************/
/*      IPAD                                               */
/***********************************************************/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	 
	
}	

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	

	
}	

/***********************************************************/
/*      IPHONE                                             */
/***********************************************************/

@media only screen and (max-device-width: 480px) and (orientation: landscape){
	




}

@media only screen and (max-device-width: 320px) and (orientation: portrait){


}

/***********************************************************/
/*      PRINT                                              */
/***********************************************************/

@media only print {
  
}

/***********************************************************/
/*      FONTS                                              */
/***********************************************************/














/***********************************************************/
/*      ALL                                                */
/***********************************************************/

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	background-color: rgba(130, 83, 43, 1);
	width: 100%;
	height: 100%;
	background-image: url(interface/texture.png);
	background-repeat: repeat;
	background-position: 0px 50%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 14px;	
	width: 100%;
	height: 100%;
}

#homepage_header {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 130px;

	background-image: url(interface/header-2.png);
	background-repeat: no-repeat;
	background-position: center;
} 

#homepage_mask_bottom{
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	background-color: rgba(72, 107, 76, 1);
	background-image: url(interface/texture.png);
	background-repeat: repeat;
}

#homepage_banner{
	background-image: url(interface/homepage-solarium.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-top: -80px;
	padding-top: 30px;
	height: 158px;
}


