html,
body{
	height:100%;
	width:100%;
	}



#aboutIntro{
	padding:60px 0;
	width:100%;
	height:auto;
	min-height:640px;
	overflow:hidden;
	position:relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+1,131313+1,4c4c4c+100 */
background: rgb(19,19,19); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(19,19,19,1) 1%, rgba(19,19,19,1) 1%, rgba(76,76,76,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(19,19,19,1)), color-stop(1%,rgba(19,19,19,1)), color-stop(100%,rgba(76,76,76,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(19,19,19,1) 1%,rgba(19,19,19,1) 1%,rgba(76,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(19,19,19,1) 1%,rgba(19,19,19,1) 1%,rgba(76,76,76,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(19,19,19,1) 1%,rgba(19,19,19,1) 1%,rgba(76,76,76,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(19,19,19,1) 1%,rgba(19,19,19,1) 1%,rgba(76,76,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	}

#aboutIntro h4{
	margin:1.5em 0 1em 0;
	font-size:24px;
	font-weight:600;
	}
	
#aboutIntro .inner{
	width:500px;
	padding:0 460px 0 0;
	}
#aboutIntro h2{
	position:relative;
	padding:60px 0 0 0;
	margin:0 -200px 0 0;
	}

#aboutIntro img{
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 20px;
	width:960px;
	height:640px;
	}


#comparisonContainer{
	padding:60px 0;
	position:relative;
	text-align:center;
	}

#comparisonContainer h2{
	text-align:center;
	padding:0 0 40px 0;
	}
#comparisonContainer p.comparison{
	padding: 0px 0 0px 0;
	display: inline-block;
	margin: 60px auto 20px auto;
	line-height: 30px;
	height: 30px;
	vertical-align:middle;
}
#comparisonContainer p.comparison img{
	width: 30px;
	vertical-align:-10px;

}
#comparison{
	width:960px;
	height:640px;
	position:relative;
	text-align:center;
	padding:0 0 60px 0;
	margin:-110px auto 0 auto;
	}



#comparison .comparisoninner{
	position:absolute;
	top:50%;
	left:0%;
	width:100%;
	height:240px;
	margin:-100px 0 0 0px;
	display:block;
	}


#comparisonContainer table{
	width:100%;
	border:1px solid #dddddd;
	}

#comparisonContainer th{
	padding:10px;
	border:1px solid #dddddd;
	background-color:rgba(0,0,0,0.05);
	font-size:18px;
	font-size:1.8rem;
	text-align:center;
	min-width: 120px;
	}


#comparisonContainer th.mimaki{
	background-color:#e10012;
	color:#ffffff;}

#comparisonContainer th.plaster{
	background-color:#999999;
	color:#ffffff;}


#comparisonContainer td{
	padding:10px;
	border:1px solid #dddddd;
	font-size:2.1px;
	font-size:2.1rem;
	text-align:center;
	min-width:100px;
	font-weight:600;
	}
#comparisonContainer td.win{
	background-color:#ffffff;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
	color:#e10012;
	}


