
html {
	height: 100%;
}

img {
	border: 0;
}

body {	
	background-color: #222222;
	color: #444444;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor:none;
	height: 100%;
}

a {
	cursor: none;
}

a:visited,a:link {
    color:#000000;
    font-style:normal;
    white-space:nowrap;
}
a:hover {
    color:#001111;
    font-style:normal;
    white-space:nowrap;
	cursor: none;
}

#wall {
	background-image: URL("wall.png");
	background-repeat: repeat;
	margin: 0 auto;	
	width: 800px;
	height: 100%;
	overflow: auto;
}

#page {
	background-image: URL("minigame.png");
	background-repeat:no-repeat;
	background-position: 340px 0;
}

#titlestrip {
	height: 120px;
	padding: 20px;
	font-size: 30px;
}

#menu {
	
	font-size: 20px;
	padding-top: 40px;;
}

#content {
	padding: 20px;
	text-align:justify;	
}


.scope {
    opacity:0.7;
    filter:alpha(opacity:70);
	font-size: 0px;
	left: 0px;
	top: 0px;
	background-color: black;
	position: absolute;
	display: none;
}

#scope1 {
	width: 155px;
	height: 320px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: URL("scope.png");
	display: none;
}

#scope2 {
	width: 155px;
	height: 320px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: URL("scope.png");
	background-position: -165px 0;
	display: none;
}

#scope3 {
	width:  10px;
	height: 155px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: URL("scope.png");
	background-position: -155px 0;
	display: none;
}

#scope4 {
	width:  10px;
	height: 155px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: URL("scope.png");
	background-position: -155px -165px;
	display: none;
}
