﻿body
{
    margin-top: 0px;
    text-align: center;
}
#header
{
    margin-top: 0px;
}
#pannel
{
    margin: auto;
    width: 960px;
	
}
#module_left
{
    float: left;
    margin-left: 0px;
    width:230px;
}
#module_right
{
    float: right;
    margin-right: 0px;
    text-align: center;
    width:730px;
		
}
#module_track
{
    width: 650px;
}
#module_right_left
{
    float: left;
    margin-right: 0px;
    width: 730px;

}
#module_right_center
{
    float: left;
    margin-right: 0px;
    width: 440px;
}
#module_right_right
{
    float: right;
    margin-right: 0px;
}
#module_right_bottom_left
{
    float: left;
    margin-left: 0px;
    width: 50%;
}
#module_right_bottom_right
{
    float: right;
    margin-right: 0px;
    width: 50%;
}
#module_space
{
    float: left;
    margin-right: 0px;
    width: 10px;
}
#footer
{
    float: left;
    text-align: center;
}

