* {
    margin: 0;
	padding: 0;
    overflow: hidden;
    -webkit-user-select: none; /* Safari | Opera | Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10 | IE 11 */
    -o-user-select: none; /* Opera */
    user-select: none; /* CSS3 */
}

body {
#	position: relative;
#	left: 0px;
#    top: 0px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #eee;
    background: #ccc;
}

a {
	color: #ddd;
    text-decoration: none;
}

#boxLeft {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #888;
    border-radius: 20px;
}
#boxLeftTop {
    background: #111;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 2px solid #ccc;
}

#boxLeftContent {
    text-align: justify;
	margin: 20px;
}

#btnClose {
    float: right;
    margin: 10px;
}

#canvasDummTuech {
    position: absolute;
    left: 0px;
    top: 0px;
}
