@charset "utf-8";
/* CSS Document */
body {
	background-color: #0e010a;
	background-image: url(../img/bg1.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px 0px 0px 0px;
	color: #ac5181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	
}

a:active {text-decoration: none; color: #ac5181; font-weight:bold;}
a:link {text-decoration: none; color: #ac5181; font-weight:bold;}
a:visited {text-decoration: none; color: #ac5181; font-weight:bold;}
a:hover {text-decoration: none; color: #eb87c9; font-weight:bold;}

#acrylic_btn { width:100px; height:120px; display:block;}
#acrylic_btn { background-image:url(../img/btn/acrylic_off.png);} 
#acrylic_btn a:hover { background-image:url(../img/btn/acrylic_on.png);}

#request_btn { width:100px; height:120px; display:block;}
#request_btn { background-image:url(../img/btn/request_off.png);}
#request_btn a:hover { background-image:url(../img/btn/request_on.png);}

#mm_btn { width:100px; height:120px; display:block;}
#mm_btn { background-image:url(../img/btn/mm_off.png);}
#mm_btn a:hover { background-image:url(../img/btn/mm_on.png);}

#oil_btn { width:100px; height:108px; display:block;}
#oil_btn { background-image:url(../img/btn/oil_off.png);}
#oil_btn a:hover { background-image:url(../img/btn/oil_on.png);}


#button_ctnr {
	height:28px;
	width:100%;
	top:0px;
	position:absolute;
	background:url(../img/button_bg.png);
	background-repeat:repeat;
	color:#ac5181;
	padding:11px 0px 0px 0px;
	text-align:center;
	font-size: 12px;
}

#main_ctnr {
	position:absolute;
	width:880px;
	left:50%;
	top:50px;
	margin-left:-475px;
	color:#ac5181;
	padding:50px 50px 50px 50px;
	text-indent:50px;
	text-align:justify;
}

#painttype_ctnr{
	z-index:10;
	position:relative;
	width:100px;
	height: 470px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-indent:0px;
	float:left;
}
#paintdysp_ctnr{
	position:relative;
	width:780px;
	height: 470px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-indent:0px;
	float:right;
}


#footer_ctnr {
	position:relative;
	top:50px;
	padding-top:50px;
	color: #672f4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent:0px;
	text-align:center;
}



