﻿body {
    background-color: #000000;
    background-image: url(img/flames_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Sans-Serif;
    font-size: 10pt;
}
img {
    border: 0px;
}
#frame{
    width: 1024px;
    margin: 0px auto;
}
#main{
   	float:left;
	width:1014px;
	background:#FFFFFF;
	padding:6px;
}
#banner{
    width: 100%;
    height: 250px;
    background-color: #CCCCCC;
}
#menu{
    width: 100%;
    height: 30px;
    background-color: #999999;
    border-top: 2px solid #000000;
}
.menu_item{
    width: 80px;
    height: 30px;
    float: left;
}
#index{
    width: 100%;
    min-height: 500px;
    background-color: #666666;
    border-top: 2px solid #000000;
}
#soccer{
    width: 750px;
    margin: auto;
    padding-top: 10px;
}