@charset "UTF-8";
/* 
==============================================================================
These styles are page specific and only apply to the root default page (home)
==============================================================================
 */

/*--------------------------*/
/*HOME*/
div.frame{
	border: 10px solid #FFFFFF;
    float: left;
    margin: 0 70px;
    width: 722px;
}

div.frame p{
background: url("/images/new/bg_txt_frame.jpg") repeat-x scroll center top transparent;
    font-size: 13px;
    font-weight: bold;
    height: 37px;
    margin: 0;
    padding: 15px 10px 0;
    text-align: center;
}

