﻿* {
	margin: 0;
}

html, body {
  height: 100%;
  width: 100%;
  background-color: #ffedbb;
  font-family: UniviaProRegular;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -200px;
  border:5px solid red;
}

.footer, .push {
  position: absolute;
  bottom: 0px;
	height: 200px;
  border:5px solid green;
}

div {
  margin-bottom:10px;
}

.banner {
  width: 50%;
  margin: 0 auto;
  background-size:100% 100%;
  background-repeat:no-repeat;
  width:1000px;
}

.banner.top {
  background-image:url(../images/FilmEdgeTop.jpg);
  background-size: 1000px 60px;
  height:60px;
}

.banner.middle {
  background-image:url(../images/Logo.jpg);
  height:255px;
}

.banner.bottom {
  background-image:url(../images/FilmEdgeBottom.jpg);
  height:60px;
}

.bannerTag {
  font-family:UniviaProBold-BoldItalic;
  font-size:60px;
  text-align:center;
  margin-bottom:20px;
}

.center {
  width: 50%;
  margin: 0 auto;
}

.sectionHeader {
  font-family:UniviaProBold-BoldItalic;
  font-size:24px;
  text-align:center;
}

.section {
  font-family:UniviaProRegular;
  font-weight: normal;
	font-style: normal;
  margin-bottom:15px;
  padding:0px 20px;
  font-size:18px;
  text-align:center;
}

.media {
  display: inline-block;
  margin-bottom:15px;
  margin-right:15px;
  font-size:14px;
  font-weight:bold;
  text-align:center;
}

.menuItem {
  font-family:MAGNETOB;
  font-size:30px;
  display:inline-block;
  margin-bottom:15px;
  margin-right:15px;
}