@charset "utf-8";

body
{
margin:0;
padding:0;
font-family: 'Armata', sans-serif;
}

html{
	
	background:#2461AA;

	
	height:100%;
	
	min-height:100%;
	
	background-size:cover;
	z-index:0;
	
	

}
.topBar
{
position:relative;
top:0px;
left:0px;

width:100%;
height:5px;
text-align:center;


}

#wrapper
{
  width:1000px;
  margin: 0 auto;
  position:relative;
}




