@import url('normalize.css');
@font-face {
	font-family:'RaphaelIcons';
    src: url('raphaelicons-webfont.eot');
    src: local('☺'), 
		url('fonts/raphaelicons-webfont.woff') format('woff'), 
		url('fonts/raphaelicons-webfont.ttf') format('truetype'), 
		url('fonts/raphaelicons-webfont.svgwebfontKOf9F4sx') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* General Demo Style */
html, body { height: 100%; }

body{
	overflow:hidden;
	color: #fff;
	font: 14px 'Lato', sans-serif; font-style: normal; font-weight:400; line-height: 30px;color: #fff;letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac. */
}

html {
	background: url(../img/green.jpg) no-repeat 50% 0% fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1;
	}
		
* { margin: 0; padding: 0; }

.shadow {position:absolute; bottom: 0; left: 0; width:300px; height:300px; background:url(../img/shadow.png) no-repeat; z-index: -9;}
.overlay {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px; outline: 1px solid #fff; outline-offset: -7px; z-index: 9;}
.license {position:absolute; bottom: 18px; right: 16px; height: 66px; width: 60px; background: url(../img/AICILogoIT.png) no-repeat; z-index: -1;}
.st-color {background: url(../img/marina.png) no-repeat 50% 0% fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;}

a:link, a:visited, a:hover, a:active {color:#fff; text-decoration:none;}

.clr { clear: both;padding: 0; height: 0; margin: 0; }