﻿html 
{
	height:100%;
}

body {
	height:100%;
	margin:0px 0px 0px 0px;
	text-align : center;
	background-color: #055847;
}

	#canvas {
		position : relative;
		width : 700px;
		/*height:100%;*/
		/*min-height:100%;*/
		text-align : center;
		margin-left : auto;
		margin-right : auto;
		background-color: #fff;
	}
	
		#header
		{
			float:left;
			width:100%;
			border-bottom:solid 3px #2f9c85;
			clear:both;
		}
		
		#title
		{
			float:left;
			width:100%;
			height:30px;
			background-color:#055847;
			color:#fff;	
			text-align : left;
			border-bottom:solid 3px #2f9c85;

		
		}
		
		#content
		{
			float:left;
			width:100%;
			border-top:solid 3px #fff;
			text-align : center;
		}
		
		#footer
		{
			float:left;
			width:100%;
			height:40px;
			clear:both;
			background-color:#055847;
			color:#fff;	
			text-align : left;		
		}