﻿body
{
    background-image:url(../images/homepage_background.png);
    background-repeat:repeat-x;
    /*width:969px;*/
    margin-left:auto;
    margin-right:auto;
}

#homepage_title
{
    width:969px;
    height:371px;
    background:url(../images/homepage_title.png);
    background-repeat:no-repeat;
    background-position:top center;
    margin-top:2px;
    float:left;
}

#homepage_title #chopsticks
{
    width:416px;
    height:313px;
    background:transparent url(../images/chopsticks.png);
    background-repeat:no-repeat;
    margin:-90px 0px 0px 0px;
    float:right;
}
#homepage_title #titleText
{
    font-size:19pt;
    font-weight:bold;
    color:#fff;
    margin:90px 0px 0px 65px;    
}

#homepage_buttons
{
    width:954px;
    height:132px;
    margin: 45px 0px 0px 0px;
    padding-left:65px;

}
#homepage_LeftContent
{
    width:470px;
    margin:60px 30px 0px 60px;
    float:left;
    display:inline;
    text-align:justify;
    font-size:10pt;
    line-height:22px;
}
#homepage_LeftContent #p1
{
    font-size:13pt;
}
#homepage_RightContent
{
    width:389px;
    min-height:378px;
    margin:50px 0px 0px 0px;
    float:left;
    display:inline;
}
