﻿html
{
	height: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Trebuchet MS;
	font-size: 11px;
}

#Canvas
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 500px;
	padding: 0px;
}
#Login
{
	width: 100%; /*	text-align: right;*/
	color: White;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-top: 5px;
	height: 40px;
}

#Login input
{
	display: block;
	float: right;
}

#Header
{
	height: 60px;
	width: 750px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#Header .Logo
{
	float: left;
}

#ContentDiv
{
	width: 750px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	margin: 0px;
	padding: 0px;
}
#Footer
{
	height: 55px;
	width: 750px;
	text-align: right;
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Trebuchet MS,Arial;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	overflow: hidden;
}
#Footer:hover
{
	color: #333333;
}
#Footer .ms
{
	width: 450px;
	height: 25px;
	white-space: nowrap;
}
#Footer .us
{
	width: 300px;
	text-align: left;
	float: left;
	height: 25px;
	display: block;
	overflow: hidden;
}
