canvas{
	/*background-image: url("images/canvasbg.png"); *//* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 900px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
  border:10px #577781 inset;
}
body{
	background-color:#222;/*#8BBD56;*/ 
}
canvas{
	border:5px outset rgb(205, 183, 159);
}