@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Conv_ITCAvantGardeStd-Bold;
	src: url('ITCAvantGardeStd-Bold.eot') format('eot');
	src: local('☺'), url('ITCAvantGardeStd-Bold.woff') format('woff'), url('ITCAvantGardeStd-Bold.ttf') format('truetype'), url('ITCAvantGardeStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Conv_ITCAvantGardeStd-Bk;
	src: url("ITCAvantGardeStd-Bk.eot") format("eot");
	src: local("☺"), url("ITCAvantGardeStd-Bk.woff") format("woff"), url("http://www.ic-intracom.com/rf/fonts/ITCAvantGardeStd-Bk.ttf") format("truetype"), url("ITCAvantGardeStd-Bk.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Conv_ITCAvantGardeStd-Md;
	src: url("ITCAvantGardeStd-Md.eot" format("eot"));
	src: local("☺"), url("ITCAvantGardeStd-Md.woff") format("woff"), url("ITCAvantGardeStd-Md.ttf") format("truetype"), url("ITCAvantGardeStd-Md.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Conv_ITCAvantGardeStd-Demi;
	src: url("ITCAvantGardeStd-Demi.eot" format("eot"));
	src: local("☺"), url("ITCAvantGardeStd-Demi.woff") format("woff"), url("ITCAvantGardeStd-Demi.ttf") format("truetype"), url("ITCAvantGardeStd-Demi.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}


html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	
	overflow-x: hidden;
}

img { 
	border: 0; 
	}

#container {
   
   position:relative;
   
}
#header {
   background:#85c441;
   color:#FFF;
   font-family: "Conv_ITCAvantGardeStd-Demi";
   font-size: 3em;
   padding:10px;
   margin-top: 15px;
   margin-right: 50%;
   height: 10%;   
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
   font-family: "Conv_ITCAvantGardeStd-Bk";
   font-size: 1.25em;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#footer {
	font-family: "Conv_ITCAvantGardeStd-Bk";
	font-size: 0.7em;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;   /* Height of the footer */
   
}
