﻿* {
    margin: 0;
    padding: 0;
    outline: 0;}

html {
	overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;}

html, body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;}

body {
    background: #EEE url('background.jpg') no-repeat center center;
    color: #FFF;
    background-size: cover;
    text-align: center;}

#logo {
	width: 300px;
	max-width: 65%;}
