html, body
{
	background: none repeat scroll 0 0 #FFFFFF !important;
}
body
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height : 1.4em;
    background-repeat: repeat;
    background-color: #FFFFFF;
}

div#Layout
{

}

div#Title
{
    width: 1000px;
    height: 150px;
    background-image: url("../images/top_bg.png");
    background-repeat: no-repeat;
}

div#Title #HotDealBox
{
    position: relative;
    top: 22px;
    left: 21px;
    float: left;
    width: 172px;
    height: 125px;
    background-image: url("../images/hotdeal_bg.png");
    background-repeat: no-repeat;
}

div#Title #InfoBox
{
    position: relative;
    top: 40px;
    float: right;
    width: 230px;
    height: 125px;
    text-align: center;
    font-size: 9px;
}

div#Title #Logo
{
	float: left;
	position: relative;
	top: 50px;
	left: 25px;
	width: 570px;
	height: 78px;
}

div#MainContainer
{
    width: 1000px;
}

div#xNavi
{
    position: relative;
    top: 10px;
    right: 15px;
    width: 1000px;
    height: 44px;
    text-align: right;
}

div#Left
{
    position: relative;
    top: 0;
    left: 21px;
    float: left;
    width: 172px;
}

div#Content
{
    position: relative;
    top: 0;
    left: 41px;
    float: left;
    width: 580px;
}

div#Right
{
    position: relative;
    top: 0;
    left: 62px;
    float: left;
    width: 172px;
}

div#Foot
{
    position: relative;
    top: 22px;
    left: 21px;
    width: 1000px;
    height: 40px;
    background-image: url("../images/foot_bg.png");
    background-repeat: no-repeat;
    text-align: center;
}
