@font-face {
  font-family: 'CenturyGothicRegular';
  src: url('CenturyGothicRegular.ttf');
}

html, body, #image {
	overflow: hidden;
	font-size: 20px;
	font-family: 'CenturyGothicRegular', 'Georgia', serif;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
	
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
}

#footer {
	width: 100%;
	text-align: center;
	color: white;
	position: absolute;
	bottom: 10px;
}

.footer_td {
	width: 25%;
}

#image td {
   vertical-align: middle;
   text-align: center;
}

img {
   max-width: 100%;
   height: auto;
}

a {
	color: white;
	text-decoration:none;
}

/*
@media screen and (max-device-width: 800px) {
    html {
         background: url(polina.jpg) #000 no-repeat center center fixed;
    }
    #bgvid {
        display: none;
    }
}
*/