header {
    display:block;
    background-color: #556370;
    border-bottom-style: ridge;
}

section {
    display:block;
    background-color: #d2dbd2;
    padding: 10px;
}

body {
    background-color: #d2dbd2;
}

h1.hidden {
    display: none;
}

div.brown_bg {
    /* create brown bg in canvas */
	background-color: #331a00;
}


#sketchpad {
    position:relative; /* Necessary for correct mouse co-ords in Firefox */
	display: inline-block;
	vertical-align: baseline;
}

div.maze {
	position:relative;
	width: 600px;
	height: 650px;
}

.new_wrapper {
	width:100%;
	height:100%;
	margin:0;
}

.h_iframe {
	position:relative;
}

.h_iframe iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.message_text {
	color: #556370;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: "Verdana", Arial, sans;
	line-height: 1.8;
}
