@charset "UTF-8";
/* CSS Document */


/*--------------------generalRules--------------------*/

* {
	margin: 0;
	}
	
html, body  {
	background: #282f5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	}
	
img {
	border: 0;
	}
	
	
#vertalign {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	display: block;
	}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
	
#content a {
	display:block;
}

#content a:hover {
cursor: pointer;
}

#content img {
	width:166px;
	height:101px
}