﻿body   
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}


#LogoContainer
{
    position: relative;
    margin: 20% 35% 20% 35%;
    width: 30%;
    height: 100%;
}

#Logo
{
    position: relative;
    width: 100%;
}

#LogoTag
{
    position: relative;
    width: 100%;
	font-style: italic;
	text-align: center;
	margin: 0 1em 0 6em;
	color: grey;
	font-size: 1vw;
}

#FooterContainer
{
    position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: black;
	color: white;
	font-size: 0.8vw;
	padding: 1em;
	box-sizing: border-box;
}
	
	
#FooterLeft
{
	float: left;
}

#FooterRight
{
	float: right;
}
