@charset "utf-8";
/* CSS Document */

*
{
  margin:0;padding:0;  
}

html,body
{
    height:100%;   
}

body {
	
   display: table; 
   margin: 0 auto;
   
   
	background-color:#191f2b;
	color: #fff;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 11px;
}


.LogoContainer
{
	/*
	http://jsfiddle.net/danield770/tVuS6/14/
	http://stackoverflow.com/questions/17520145/center-a-div-horizontally-and-vertically-responsively
	*/
    height: 100%;
    display: table-cell;   
    vertical-align: middle;    

	/*border:#F30 solid thin;*/
	text-align:center;

}

.LogoContainer a 
{
	/*border:#F30 solid thin;*/
	outline: 0;
	text-decoration: none;
	 text-align: center;
	 
		
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a.logo 
{ 
	text-align: center;
	display: block;
	background: url(../images/xitsoftwarebrand.png) no-repeat ; 
	width: 11602px; 
	height: 749px; 
	 margin-left: auto;
  margin-right: auto;
	/*margin: 250px auto 0px auto;*/
}



