*{ 
	padding: 0;
	margin: 0;
	-background:#111;
}

body {
	margin: 10px;
	font-family:serif;
	background-image: linear-gradient(#ffc, #fcf);
    background-attachment: fixed;
}

#article {
	background-color:#fff;
	padding: 5px;
}

#article h1, h2, h3{
	text-decoration: underline;
}

#titleArt{
	display:inline-block;
	background-color:#fff;
}

#titleArt, #titleArt p {
	margin: 		auto;
	font-family:	monospace;
	white-space:	pre;
	line-height:	10px;
	margin-bottom:	10px;
}

#toolWindow {
	padding: 0px;
	background: #ccc;
	position:absolute;
	margin-left:600px;
	margin-top:300px;
	border-style:outset;
	border-color: #fcf #ccf #ccf #fcf;
	font-family:sans-serif;
	font-size:12px;
	cursor: default;
}

#windowTitle {
	cursor: move;
	padding:2px;
	color:#eee;
	text-shadow:0px 1px #666;
	font-weight:bold;
	background-image: linear-gradient(#fcf, #ccf);
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: -1px;
	-webkit-text-stroke-color: black;
}

canvas {
	-baackground:#363;
	-display: block;
	margin: 0px;
	-margin-top:50px;
	
	image-rendering: pixelated;
	
	position:absolute;
	left:600px;
	top:300px;
}

#menu {
	float:right;
	width:50px;
	height:100px;
}


 .thumb {
	/*height: 75px;
	border: 1px solid #000;
	margin: 10px 5px 0 0;
}