﻿/* CSS layout */
body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url('../Images/Background.jpg');
	text-align: center;
}

table {
	border: none;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: none;
}

td.LeftSide {
	width: 200px;
	background-image: url('../Images/LeftSide/Background.jpg');
	padding-bottom: 20px;
	vertical-align: top;
}

td.Content {
	padding-bottom: 20px;
}

td.Footer {
	padding-bottom: 20px;
}
