@charset "utf-8";
@import url("reset.css") screen;
@import url("animation.css") screen;

	
#logo{		
	position:fixed;
	top:120px;
	height:270px;
	width:800px;
	right:0px;
	left:0px;
	margin:auto;
	border:0;
	overflow:hidden;
	z-index:10;
	}	
	
.full{	
	width:101%; 
	height:101%; 
	position:absolute; 
	
    background-repeat:no-repeat;
   	background-size:cover;
    background-position:center;
	border:0;	}		

#stretchbox{
	width: 100%;
	
	height:100%;
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin: auto;
	padding-top:0px;
	background-color:#FFFFFF;
	background-size:100%;
	

	
	border:0;
	overflow: hidden;
	}


		
	


h1 {
	font-family:  Geneva, Helvetica, "ms sans serif", " sans serif";
	font-size:17px;
	line-height: 20px;
	text-align:center;
	color: #000;
	margin:0px;
	padding:0px;
}



h2 {
	font-family: Arial, Helvetica, "ms sans serif", " sans serif";
	font-size:13px;
	line-height: 15px;
	text-align:justify;
	font-style:normal;
	font-weight:normal;
	color:#000;
	margin:0px;
	padding:0px;
	
}
h3 {
	font-family: Arial, Helvetica, "ms sans serif", " sans serif";
	font-size:9px;
	line-height: 10px;
	text-align:justify;
	font-style:normal;
	font-weight:normal;
	color:#000;
	margin:0px;
	padding:0px;
	}
	
h4 {
	
	font-family:Geneva, Helvetica, "ms sans serif", " sans serif";
	font-size:17px;
	line-height: 20px;
	text-align: left;
	color: #000;
	margin:0px;
	padding:0px;
	}


h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height: 20px;
	text-align: right;
	color: #000;
	margin:0px;
	padding:0px;
	}

h6 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	line-height: 50px;
	font-weight:bold;
	color:#000;
	margin:0px;
	padding:0px;
	}
	