@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
    height: 100%;
}

body {
    font-size: 1em;
	font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
    height: 100%;
    width: 100%;
	background: #4c390f;
	color: #776e65;
}

#container {
	width: 720px;
	margin: 0 auto;
	text-align: center;
}

header {
	height: 60px;
	line-height: 70px;
}

header h1 {
	float: none;
	color: #dc3a37;
	font-family: Verdana, sans-serif;
}

#gamecontrol {
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 16px;
}

#scorecontainer {
	width: 200px;
	height: 36px;
	line-height: 36px;
	float: left;
}

#scoretext {
	width: 50px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	text-align: center;
	float: left;
	background: #dc3a37;
	color: #f9f6f2;
	border-radius: 9px 0 0 9px;
	font-weight: bold;
}

#score {
	width: 80px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px; 
	text-align: center;
	float: left;
	background: #37D9DB;
	color: #f9f6f2;
	border-radius: 0 9px 9px 0;
	font-weight: bold;
}

#gamebutton {
	width: 100px;
	height: 36px;
	line-height: 36px;
	padding: 0 14px; 
	text-align: center;
	float: right;
	background: #dc3a37;
	color: #f9f6f2;
	border-radius: 5px;
	font-weight: bold;
}
#g8games {
	    position: absolute;
    left: 250px;
    width: 250px;
    height: 43px;
    top: 70px;
	
}
#main-canvas {
	background-color:#0CF;
}
.button_audio {
  width: 30px;
  background-color: #dc3a37;
}
#music {
      position: relative;
    top: -5px;
    left: -323px;
    right: 0px;
    bottom: 0px;
}