﻿div#main-content
{
    position:relative;
    width:445px;
    text-align:center;
    margin: 0 auto 0 auto;
}

div.main-section
{
    position:relative;
    margin:25px;
    float:left;
    width:160px;
    height:160px;
    text-align:center;
}

div.section-title
{
    text-align:left;
}

div.section-title a
{
    position:relative;
    top:2px;
    color:#c00;
    font-weight:bold;
    padding-left:15px;
}

div.section-title a:hover
{
    color:#f00;
}

div.section-pic
{
    width:143px;
    height:136px;
    padding: 6px 0;
    margin: auto;
    background: #fff url(../i/main-pic-frame.png) no-repeat;
}