﻿body 
{
    width:100%;
    height:auto;
    text-align:center;
}

#Box
{
    width:960px;
    height:720px;
    background-image:url(../Images/con_bg.jpg);
    background-repeat:no-repeat;
}

#Logo
{
    width:138px;
    height:140px;
    float:left;
    margin-left:20px;
    margin-top:40px;
}

#Banner
{
    width:960px;
    height:278px;
    float:left;
    margin-top:40px;
}

#Enter
{
    width:960px;
    height:25px;
    margin-top:120px;
}

#Enter a
{
    text-decoration:none;
    color:#FFED41;
    font-size:18px;
    font-weight:bold;
}