body {
	margin: 0;
	background-color: #202020;
	/*background-image: url("bg_neon_x.gif");
	background-repeat: repeat-x;*/
}

img {
	width: 300px;
	height: 130px;
}

main {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding: 0px 0px 50px;		
	display: flex;
	justify-content: center;
	align-items: center;
}