@charset "UTF-8";

html {
	min-height:100%;
	position:relative;
	-webkit-text-size-adjust: none;
}
body {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #fff;
    background-color: #000;
    min-width: 320px;
	height: 100%;
}
img.logo {
    max-width: 800px;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media only screen and (max-width: 1024px) {
    img.logo {
        max-width: 600px;   
    }
}
@media only screen and (max-width: 600px) {
    img.logo {
        max-width: 280px;   
    }
}
