/**
  meromeropark
  randing.css
*/


*{
  margin:0px;
  padding:0px;
}

html{
  font-size: 14px;
  line-height:1.5em;
  font-family: Arial, Helvetica, sans-serif;
}

body{
  background:#f2f2ec url(../images/bg.png) repeat-y center;
  text-align:center;
}

body *{
  margin:0 auto;
  text-align:left;
}



#content, #title, #bottom{
  background:#a1ce21;
  width:800px;
}



img{
  border:0px;
}



p{
  padding:5px 5px 0px 5px;
}



#title_left{
  width:400px;
  float:left;
}
#title_left_logo{
  height:240px;
  background:url(../images/logo.png);
}
#title_left_btn{
  height:160px;
}
#title_right{
  width:400px;
  height:400px;
  float:right;
  background:url(../images/mero.png);
}



#info01, #info02, #info03, #bottom{
  clear:both;
  text-align:left;
  margin:0px 0px 10px 20px;
  width:770px;
}



#info01{
  height:200px;
}
#info01_left{
  float:left;
  width:380px;
}
#info01_title{
  height:60px;
  background:url(../images/img01_title.png);
}
#info01_text{
  height:120px;
  padding:0px 0px 0px 10px;
  background:#FFFFFF;
}
#info01_foot{
  height:20px;
  background:url(../images/img_foot01.png);
}
#info01_right{
  float:right;
  width:390px;
  height:200px;
  background:url(../images/img01_img.png);
}



#info02{
  height:190px;
}
#info02_left{
  float:left;
  width:350px;
  height:190px;
  background:url(../images/img02_img.png);
}
#info02_right{
  float:right;
  width:420px;
  background:#7f9b1f;
}
#info02_title{
  height:50px;
  background:url(../images/img02_title.png);
}
#info02_text{
  width:410px;
  height:120px;
  margin:0px 10px 0px 0px;
  background:#FFFFFF
}
#info02_foot{
  height:20px;
  background:url(../images/img_foot02.png);
}




#info03{
  height:190px;
}
#info03_left{
  float:left;
  width:440px;
}
#info03_title{
  height:50px;
  background:url(../images/img03_title.png);
}
#info03_text{
  height:120px;
  padding:0px 0px 0px 10px;
  background:#FFFFFF;
}
#info03_foot{
  height:20px;
  background:url(../images/img_foot03.png);
}
#info03_right{
  float:right;
  width:330px;
  height:190px;
  background:url(../images/img03_img.png);
}



#bottom{
  margin-bottom:0px;
  height:200px;
}

#bottom_btn{
  height:100px;
  margin:0px 0px 0px 50px;
}

#bottom_meropar{
  height:75px;
}
#bottom_left{
  float:left;
  padding-left:180px;
  height:75px;
  background:url(../images/foot_parts01.png) no-repeat left;
}
#bottom_right{
  float:right;
  width:95px;
  height:55px;
  background:url(../images/foot_parts02.png) no-repeat left;
}

