body{
	width: 100%;
}
#container{
	position: relative;
	width: 900px;
	height: 950px;
	margin: 0 auto;
	background-color:#999999;
		border-style:solid;
	border-width:1px;
	border-radius:20px;

}
#tattoo_main{
	position: relative;
	display: inline;
	width: 49.5%;
	height: 100%;
	float:left;
	border-style:solid;
	border-width:1px;
	border-radius:20px;
	background-color: #333333;	
	opacity: 0.5;
	cursor:pointer;
}
#paint_main{
	position: relative;
	display: inline;
	width: 49.5%;
	height: 100%;
	float: right;
	border-style:solid;
	border-width:1px;
	border-radius:20px;
	background-color: rgb(86,12,36);
	opacity: 0.5;
	cursor:pointer;
}
#paint_main.focus{
	opacity:1.0;
}
#tattoo_main.focus{

	opacity:1.0;
}
#section_slider{
	position: relative;
	display: inline;
	width: 90%;
	height: 100%;
	float:left;
	border-style:solid;
	border-width:1px;
	border-radius:20px;
	background-color: #333333;	
}
img#logo{
	position:absolute;
	display:inline-block;
	width:200px;
	height:200px;
	left:78%;
	top:86%;
}
button#button_right_slide{
	position:relative;
	float:right;
	border:none;
	background:none;
	font-family:helvetica;
	font-size:32pt;
	font-weight: 600;
	color:#FFFFFF;
	cursor:pointer;
}
#button_right_slide:hover,#button_left_slide:hover{
	color:#999999;
}
#button_right_slide.focus,#button_left_slide.focus{
	color:#999999;
}
button#button_left_slide{
	position:relative;
	float:left;
	border:none;
	background:none;
	font-family:helvetica;
	font-size:32pt;
	font-weight: 600;
	color:#FFFFFF;
	cursor:pointer;
}
