﻿body {
	margin: 0px 0;
	padding: 0;
	background: #FFFFFF;
	background:url(images/bg.jpg) repeat-x fixed center top;
}
body,td,div,p {
    font: 12px Helvetica,Arial,sans-serif,verdana;
	color:#252525;
	line-height: 1.4em;
}

#maincontainer {
    margin:0px auto;
	width:1000px; 
	padding:0px 0px 0px 0px; 
    }
#maincontainer #header {
    width:1000px;
    height:145px;
	background:url(images/head.jpg) no-repeat center top;
}

#maincontainer #contentbody 
{
    background-color:#FFFFFF;
}

#footer {
	height:89px;
	background:url(images/footer.jpg) no-repeat center top;
	position:relative;
}

.gray14_bold {
	font-size: 14px;
	font-weight: bold;
	color: #252525;
	text-decoration: none;
}

.clip{
	width:800px;
	height:657px;
	margin:auto;
	background:url(images/bg_clip.jpg) no-repeat center top;
	position:relative;
}
.bg_menu {
	width:637px;
	height:145px;
	text-align:left;
	float:center top;
	background:url(images/bg_menu.gif) no-repeat left top;
}/*=============== button 1========================*/
a.home{
  background: url(images/home1.gif) no-repeat top left;
  display:block;
  float:left;
  width:98px; height:73px;
}
a.home:hover{
  background-position: bottom left;
}
/*=============== button 2========================*/
a.concepts{
  background: url(images/concepts1.gif) no-repeat top left;
  display:block;
  float:left;
  width:142px; height:73px;
}
a.concepts:hover{
  background-position: bottom left;
}
/*=============== button 3========================*/
a.onetwo{
  background: url(images/onetwo1.gif) no-repeat top left;
  display:block;
  float:left;
  width:123px; height:73px;
}
a.onetwo:hover{
  background-position: bottom left;
}

/*=============== button 4========================*/
a.fashion{
  background: url(images/greenfashion1.gif) no-repeat top left;
  display:block;
  float:left;
  width:133px; height:73px;
}
a.fashion:hover{
  background-position: bottom left;
}

#detail {
	width:1000px;
	float:center top;
	padding: 0px 0 4px 10px;
	margin: 0px 0 0px 0px;
}
#box {
	width:950px;
	padding:10px;
	border:3px solid green;
	margin:0px;
}
