﻿body {
	background: #000 url(../img/back.jpg);
}

li {
	list-style-type: none;
}

.imagesSource {
	display: none;
}

.canvasHolder {
	top:-70px;
	position: absolute;
}

.canvasHolder canvas {
	/*border: 1px solid red;*/
}

#mouse {
	background:green;
	opacity:0.65;
	position:absolute;
	color: White;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}
#b_box {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 700px;
}
#b_box h2 {
	font-size: 16px;
	color: #FFF;
}
