body
{
    text-align: center;
    font-family: arial;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
div#main
{
    text-align: center;
    /*background-color: 3366FF;*/
    /*border: medium double rgb(0,0,0);*/
    /*padding: 3px 3px 3px 3px;*/
    position: relative;
    /*left: 50%;
    margin-left: -450px;*/
    width: 900px;
}
div#top
{
    text-align: center;
    background-image: url(http://mini-poll.com/theme/images/top.png);
    /*border-top: medium double rgb(0,0,0);
    border-left: medium double rgb(0,0,0);
    border-right: medium double rgb(0,0,0);*/
    padding: 29px 0px 0px 0px;
    min-height: 91px;
    height: auto !important;
    height: 91px;
}
div#menu
{
    text-align: center;
    background-image: url(http://mini-poll.com/theme/images/menu.png);
    background-position: top;
    padding: 2px 0px 0px 0px;
    min-height: 28px;
    height: auto !important;
    height: 28px;
}
div#content
{
    text-align: left;
    background-image: url(http://mini-poll.com/theme/images/content.png);
    background-repeat: repeat-y;
    /*border-left: medium double rgb(0,0,0);
    border-right: medium double rgb(0,0,0);
    border-bottom: medium double rgb(0,0,0);*/
    padding: 0px 40px 0px 40px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}
div#bottom
{
    text-align: center;
    background-image: url(http://mini-poll.com/theme/images/bottom.png);
    /*background-position: bottom !important;
    background-position: top;*/
    /*border-left: medium double rgb(0,0,0);
    border-right: medium double rgb(0,0,0);
    border-bottom: medium double rgb(0,0,0);*/
    padding: 20px 0px 0px 0px;
    min-height: 50px;
    height: auto !important;
    height: 70px;
}
img
{
    border-width: 0px;
}
table.main_list
{
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: thin solid #6699FF;
}
table.f_table
{
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: thin solid #6699FF;
}
tr.main_list
{
    border: thin solid #6699FF;
}
td.main_list
{
    border: thin solid #6699FF;
}
td.f_label
{
    text-align: right;
    padding: 3px 3px 3px 3px;
}
td.f_input
{
    text-align: left;
    padding: 3px 3px 3px 3px;
}
td.f_info
{
    text-align: left;
    padding: 3px 3px 3px 3px;
    border: thin solid #6699FF;
}
td.f_title
{
    text-align: center;
    padding: 3px 3px 3px 3px;
    border: thin solid #6699FF;
    background-color: #3366FF;
    color: #FFFFFF;
}
td.f_submit
{
    text-align: center;
    padding: 3px 3px 3px 3px;
    border: thin solid #6699FF;
}
table#t_top
{
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}
td#banner
{
    text-align: left;
    padding: 0px 0px 0px 0px;
}
td#mid_top
{
    width: 280px;
    padding: 5px 10px 5px 10px;
    /*border: medium double rgb(0,0,0);*/
}
td#user_info_box
{
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px 5px 15px;
    background-image: url(http://mini-poll.com/theme/images/user_info_box.png);
    background-position: right;
    background-repeat: no-repeat;
    /*font-size: 90%;*/
}
h1
{
    margin-top: 0px;
}
h2
{
    margin-top: 0px;
}
h3
{
    margin-top: 0px;
}
h4
{
    margin-top: 0px;
}
h5
{
    margin-top: 0px;
}
h6
{
    margin-top: 0px;
}
form
{
    margin-bottom: 0px;
}