﻿body
{
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#logo
{
	text-align: left; 
	height: 50px;
	padding: 10px;
}
#logo > img {
	height: 100%;
}

#header
{
	text-align:center; 
	background-image: url('Images/master_head_back_blue.gif'); 
	font-size: 1.2em; 
	color: White; 
	height: 32px; 
	line-height: 32px;
}

#content
{
	text-align: center;
	margin: 50px 50px;
}

#footer
{
	background-image: url('Images/login_cut_gradient.gif');
	background-repeat: repeat-x;
	height: 150px;
}