@charset "utf-8";
/********************************************************************/
/* STYLE THAT APPLY TO ALL TEMPLATES */
/********************************************************************/
body,html {
    font-family:Verdana;
    font-size: 12px;
    text-align:left;
	background-image:url(/images/earth.jpg);
	background-repeat:repeat-x;
	background-position:top;
    background-color:#6e6e6e;
	margin:auto;
    padding:0;
	color:#0d1b2c;
	overflow-x:hidden; 	
	
	}

/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
html {
 overflow-y: scroll !important;
}	
