﻿body
{
	padding: 0px;
	margin: 0px;
}

.header
{
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	top: 2.5%;
	left: 20%;
	width: 60%;
	height: 10%;
	position: absolute;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
	overflow: visible;
}

.body
{
	padding: 0px;
	margin: 0px;
	border: 1px solid black;
	position: absolute;
	top: 12.5%;
	left: 20%;
	width: 60%;
	height: 80%;
}

.footer
{
	position: absolute;
	top: 93%;
	left: 20%;
	height: 5%;
	width: 60%;
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
	text-align: center;
}