* { margin:0; padding:0; } /* to remove the top and left whitespace */

html, body { width:100%; height:100%; display: block; overflow:hidden;  } /* just to be sure these are full screen*/

#myDrawingCanvas { 
	margin: auto;
  	position: absolute;
  	top: -100; left: 0; bottom: 0; right: 0;
  	width: 80vmin;
  	height: 80vmin;
  	text-align:center;
 } /* To remove the scrollbars */

body
{
	font-family: verdana, arial, sans-serif;
}
#wrapper {
	margin: auto;
  	position: absolute;
	top:15%;
	left:15%;
	width:70%;
	height:70%;
	margin:auto;
	border:1px solid red;
}
#winner {
	margin: auto;
  	position: absolute;
  	top: -100; left: 0; bottom: 0; right: 0;
	width:434px;
	height:434px;
	z-index: 1000;
	visibility:hidden;
}
#powerBttn {
	position: absolute;
	margin-left:10px;
	top:-4px;
	height:100px;
	width: 480px;
	cursor: pointer;
	z-index:1000;
}	
#theWheel {
	position: absolute;
	left:10%;
	margin-top:70px;
	width:80%;
	height:90%;
	z-index: 10;
	border:none;
}
a.b {
	float: left;
	display: block;
	margin-left:20px;
	height: 100px;
	width: 213px;
	background-image:url(reset.png);
}
a.b:hover {
	color: #b3b3b3;
}
	
/* Sets the background image for the wheel */
td.the_wheel
{
	background-image: url(./wheel_back.png);
	background-position: center;
	background-repeat: none;
}

/* Do some css reset on selected elements */
h1, p
{
	margin: 0;
}

div.power_controls
{
	margin-right:70px;
}

div.html5_logo
{
	margin-left:70px;
}

/* Styles for the power selection controls */
table.power
{
	background-color: #cccccc;
	cursor: pointer;
	border:1px solid #333333;
}

table.power th
{
	background-color: white;
	cursor: default;
}

td.pw1
{
	background-color: #6fe8f0;
}

td.pw2
{
	background-color: #86ef6f;
}

td.pw3
{
	background-color: #ef6f6f;
}

/* Style applied to the spin button once a power has been selected */
.clickable
{
	cursor: pointer;
}

/* Other misc styles */
.margin_bottom
{
	margin-bottom: 5px;
}

p.noCanvasMsg
{
	color: white;
}
#triangle
{
	position: absolute; bottom: 10px; 
	height: 10%;
	width: 100%;

}
#triangle img
{

	position: absolute;
	left: 50%;
	width: 50px;
	margin-left: -25px;
}