a img {
	border: none;
}

body {
	background-image: url('../data/gfx/bakgrunn.jpg');
}

#harryshadow {
	width: 1140px;
	height: 634px;
	
}

#harrycanvas {
}

#harrydiv {
	position: absolute;
    top: 50%; 
    left: 50%;
    width: 1140px;
    height: 634px;
    margin: -317px 0 0 -590px;
    
    visibility: hidden;
    
    -moz-box-shadow: 0px 0px 40px #000;
    -webkit-box-shadow: 0px 0px 40px #000;
	box-shadow: 0px 0px 40px #000;
}

#credits, #credits a{
	text-align: center;
	font-size: small;
	color: white;
	 font-family: Arial,Helvetica,Verdana,sans-serif;
}

#credits a:hover {
	text-decoration: none;
	color: black;
}

#mutebutton_speech {
	position:absolute;
	top: 20px; 
    left: 1066px;
    width: 44px;
    height: 44px;
	background-repeat: no-repeat;
	background-position: 0px -44px;
	background-image: url("../data/gfx/audioButtonSheet_speech.png");
	z-index: 10;
}

#mutebutton_music {
	position:absolute;
	top: 20px; 
    left: 1020px;
    width: 44px;
    height: 44px;
	background-repeat: no-repeat;
	background-position: 0px -44px;
	background-image: url("../data/gfx/audioButtonSheet_music.png");
	z-index: 10;
}

#restartbutton {
	position:absolute;
	visibility: hidden;
	top: 20px; 
    left: 970px;
    width: 44px;
    height: 44px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url("../data/gfx/restart.png");
	z-index: 10;
}

#skiplevelbutton {
	position:absolute;
	visibility: hidden;
	top: 20px; 
    left: 920px;
    width: 44px;
    height: 44px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url("../data/gfx/skiplevel.png");
	z-index: 10;
}

/*
#mutebutton:hover {
	background-position: 0px -50px;
}*/