body
{
	background-color:#333333;
	text-align:center;
	font-family: sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

a
{
	color: #CCCCCC;
}

a:hover
{
	text-decoration:none;
}

canvas
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	
	position:absolute;
	left:0px;
	top:0px;
}

#countLinks
{
	position:absolute;
	right:0px;
}

#copyContainer
{
	position:absolute;
	width:100%;
	left:0px;
	top:505px;
	text-align:left;
}

#canvasContainer
{
	margin:0px auto;
	width:500px;
	margin-left: auto;
	margin-right: auto;
	position:relative;

}

#footer
{
	position:fixed;
	bottom:5px;
	
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#canvas
{
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	
	background-color:#FFFFFF;
}