#outframe {
	left: 0px;
	top: 0px;
    width: 100%;
    height: 100%;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
    background-color: white;
    overflow: hidden;
}

#canvas00 {
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

