html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	color: #000;
}

#canvas {
	width: 813px;
	margin-left : auto;
  	margin-right : auto;
	border: none;
	display: block;
}

.cellTop {
	width: 773px;
	height: 165px;
	background-image: url(../images/frame_top_backgound.jpg);
	background-repeat: no-repeat;	
}

.cellLeft {
	height: auto;
	width: 10px;
	vertical-align: top;
	background-image: url(../images/frame_left_background.jpg);
	background-repeat: repeat-y;	
}

.cellRight {
	height: auto;
	width: 10px;
	vertical-align: top;
	background-image: url(../images/frame_right_background.jpg);
	background-repeat: repeat-y;	
}

.cellMenuRight {
	width: 588px;
	height: 48px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;	
}

.cellMenuLeft {
	width: 205px;
	height: 48px;
	background-color: #fff;
	background-image: url(../images/frame_menu_left_backgound.jpg);
	background-repeat: no-repeat;	
}

.cellMain {
	width: auto;
	height: 150px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 50px;	
}

.cellMainInfo {
	width: auto;
	height: 450px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;	
}

.cellMainInfoframe {
	width: auto;
	height: 250px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;	
}

.cellMainDisclaimer {
	width: auto;
	height: 430px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;	
}

.cellBottom {
	height: 35px;
	width: auto;
	background-image: url(../images/frame_bottom_background.gif);
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 2px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;	
}
