html, body {
		margin:0;
		padding:0;
		height:100%;
/*	margin: 0px;	 pa que reste bien el offset del canvas al estar dentro de una capa */

		background-color: #99FF00; 
background-image: url('http://www.titiris.com/Edu/calendario/fondo_verde.png'); 
background-repeat : no-repeat; 
background-position: center;

}

#canvasDiv {
	position: absolute;
	top: 0px;
	/*border:dashed 1px #557755;*/
	cursor:wait;
	width:400px;
	height:445px;	
		/*
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		*/
		background-color: #99FF00;
}

#canvas {
	cursor:pointer;
	width:400px;
	height:445px;	
}

p {
	font-size:12px;
}