body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #696969;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #000;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.container {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%); /* Firefox */
	-ms-transform: translate(-50%, -50%);  /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Safari and Chrome*/
	-o-transform: translate(-50%, -50%); /* Opera */
	transform: translate(-50%, -50%);

	/* optional size in px or %: */
	/*width: 1000px;
	height: 190px;*/
}
.container img {
	width: 500px;
	height: 95px;
}