#canvas {
	height: 800px;
	width: 100%;
	position: relative;
	background-image: url(transparentblock.png);
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	left: auto;
	right: auto;
	min-height: 550px;
}
#logo {
	height: 250px;
	width: 300px;
	margin-top: 25px;
	margin-left: 25px;
	position: absolute;
	left: 9px;
}
#menubar {
	height: 42px;
	width: 595px;
	position: absolute;
	left: 332px;
	top: 155px;
}
#mainwindow {
	height: auto;
	width: 504px;
	position: absolute;
	left: 335px;
	top: 200px;
	margin: 10px;
	padding: 20px;
	background-image: url(images/mainbackground.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#contact {
	font-family: "century gothic";
	font-size: 12px;
	color: #999;
	padding: 0px;
	height: 156px;
	width: 200px;
	position: absolute;
	left: 72px;
	top: 597px;
	background-image: url(transparentblock.png);
	background-repeat: repeat;
	text-align: center;
}

#footer {
	font-family: "Century Gothic";
	font-size: 10px;
	background-color: #333;
	letter-spacing: 2pt;
	vertical-align: middle;
	height: 25px;
	width: 100%;
	padding-bottom: 0px;
	bottom: -1px;
	position: absolute;
	text-align: right;
	font-variant: normal;
	left: 1px;
	margin-bottom: 0px;
}
#canvas #mainwindow table {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
}
