@charset "UTF-8";
/* ====================================================
   GENERAL STYLES
   ==================================================== */

html {
	width:100%;
	height:100%;
}

body {
	font-family: 'open_sanslight', sans-serif;
	color: #fff;
	background-color: #354697;
	width:100%;
	height:100%;
	font-size:18px;
	background-image: url('../images/axe-evolution-concept.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: initial;
	overflow:visible;
}

