body {
	background-color:#000000;
}

img {
	width: 270px;
	height: 105px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -135px;
    margin-top: -52px;
}

h1 {
	color:#000000;
	font-size:2px;
}

@media only screen and (min-width: 640px) {
	img {
    width: 540px;
    height: 210px;
    margin-left: -270px;
    margin-top: -105px;
	}
}