﻿@import url(flash.css);
@import url(head.css);
@import url(foot.css);

body 
{
    background-color:#999;
    margin:0px auto;
    font-family:"宋体";
	font-size: 12px;
	text-decoration: none;
	color:#666;
}

a 
{
    text-decoration:none;
    color:#666;
}

p
{
    padding:0px;
    margin:0px;
}

#body 
{
    margin:0px auto;
    width:956px;
    background-color:#FFF;
    text-align:center;
}

#body #left
{
    background-image:url(../img/rigedit_3.jpg);
    width:648px;
    background-position:left 29px;
    background-repeat:no-repeat;
    height:326px;
    float:left;
}

#body #right
{
    background-image:url(../img/rigedit_4.jpg);
    background-repeat:no-repeat;
    background-position:top;
    width:269px;
    height:326px;
    float:left;
}

#body #right td 
{
    padding:2px 0px 1px 10px;
}

#body #right table
{
    text-align:center;
    float:left;
    margin-top:70px;
    margin-left:8px;
}


