* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0 0 0px 0;
    font-family:  Arial, Helvetica, sans-serif;
    text-align: center;
    color: #2388db;
    background: #2388db url(../images/bg.png) repeat-x;
}



a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #C0DEEE;
    outline: none;
}

a:hover {
    text-decoration: underline;
    text-transform: uppercase;
}

img {
    border: none;
}

#main {
    margin: 0 auto;
    width: 850px;
    text-align: left;
}

#top {
    height: 360px;
    background: #ABE1F6 url(../images/top.png) no-repeat top;
}

#middle {
    padding: 0px 0px 0 0px;
   
    
}

#center1 {
    float: left;
    width: 223px;
    height: 54px;
    background: #ABE1F6 url(../images/center1.png) no-repeat;
}

#button {
    float: left;
    width: 152px;
    height: 54px;
    background: #ABE1F6 url(../images/button.png) no-repeat;
}

#button a {
    display: block;
    margin: 0;
    padding: 0;
    width: 145px;
    font-weight: bold;
    font-size: 15px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    color: #C0DEEE;
    background: url(../images/button.jpg) no-repeat;
}

#button a:hover {
    text-decoration: none;
    color: #FFC000;
    background: url(../images/button.jpg) no-repeat;
}

#center2 {
    float: left;
    width: 145px;
    height: 54px;
    background: #ABE1F6 url(../images/center2.png) no-repeat;
}

#button1 {
    float: left;
    width: 152px;
    height: 54px;
    background: #ABE1F6 url(../images/button2.png) no-repeat;
}

#button1 a {
    display: block;
    margin: 0;
    padding: 0;
    width: 145px;
    font-weight: bold;
    font-size: 15px;
    line-height: 53px;
    text-align: center;
    text-decoration: none;
    color: #C0DEEE;
    background: url(../images/button2.jpg) no-repeat;
}

#button1 a:hover {
    text-decoration: none;
    color: #FFC000;
    background: url(../images/button2.jpg) no-repeat;
}

#center3 {
    float: left;
    width: 178px;
    height: 54px;
    background: #ABE1F6 url(../images/center3.png) no-repeat;
}

#down {
    float: left;
    width: 850px;
    height: 191px;
    background: #ABE1F6 url(../images/down.png) no-repeat;
}

#down h1 {
    font-size: 10px;
    text-align: right;
    font-weight: normal;
    line-height: 1.5;
    margin-right: 185px;
    margin-top: 55px;
    color: #00425c;
    
}

#down h1 a {
    text-decoration: none;
    color: #00425c;
    
}

#down h1 a:hover {
    text-decoration: none;
    color: #FFC000;
    
}










