﻿@charset "utf-8";
@import url('reset.css');

html { 
  background: url(../images/background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
}

#logo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	}

#cont {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 150px;
}