html{
	background-color: #999999;
}
body{
	width: 100%;
}
#container{
	position: relative;
	margin:0 auto;
	width: 900px;
	height: 800px;
	border: none;
}
#tattoo_canvas_holder{
	position:relative;
	width:50%;
	height:800px;
	float:right;
	background-color:#999999;
	margin:0;
	z-index:1;
}
#paint_canvas_holder{
	position:relative;
	width:50%;
	height:800px;
	float:left;
	background-color:#999999;
	margin:0;
	z-index:1;
}
canvas #canvas_paint{
	z-index:1;
}
canvas #canvas_tattoo{
	z-index:1;
}
canvas #canvas_three{
	z-index:3;
}
#section_primary{
	position:relative;
	width:14%;
	margin:0 auto;
}
#button_paint{
	position: relative;
	float:left;
	border: none;
	background :none;
	font-family :helvetica;
	font-size:10pt;
	font-weight:100;
	color: #FFFFFF;
	opacity:0.5;
	cursor: pointer;
	z-index:2;
}
#button_paint:hover,#button_paint.focus{
	color: #FFFFFF;
}
#button_tattoo{
	position: relative;
	float:left;
	margin-left:10px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	border-top:none;
	border-right:none;
	border-left:none;
	background :none;
	font-family :helvetica;
	font-size:10pt;
	font-weight:100;
	color: #FFFFFF;
	opacity:0.5;
	cursor: pointer;
	z-index:0;
}
#button_tattoo:hover{
	opacity:1.0;
}
#button_tattoo.focus{
	opacity:1.0;
}
#button_image_one{
	position: absolute;
	right:54%;
	top:18.2%;
	border: none;
	background :none;
	font-family :helvetica;
	font-size:10pt;
	font-weight:100;
	color: #FFFFFF;
	opacity:0.5;
	cursor: pointer;
	z-index:0;
}
#button_image_one:hover{
	opacity:1.0;
}
#button_image_one.focus{
	opacity:1.0;
}

#button_image_two{
	position: absolute;
	top: 437px;
	left: 640px;
	border: none;
	background :none;
	font-family :helvetica;
	font-size:10pt;
	font-weight:100;
	color: #FFFFF;
	cursor: pointer;
	z-index:2;
	display:none;
}
#button_image_three{
	position: absolute;
	top: 487px;
	left: 640px;
	border: none;
	background :none;
	font-family :helvetica;
	font-size:10pt;
	font-weight:100;
	color: #FFFFFF;
	cursor: pointer;
	z-index:2;
	display:none;
}

button #button_paint{

}