body {
    width: 100%;
    background-image: url(img/index.jpg);
    background-position: top center;
}

img {
    border: none;
}

.index {
    color: #0099cc;
    width: 100px;
    height: 320px;
    margin: 550px auto 0 auto;
}

.menu_index {
    height: 14px;
    line-height: 14px;
	margin-bottom: 10px;
}

.menu_index img {
    border: none;
    float: left;
}

.menu_index a {
    color: #0099cc;
    border: none;
    text-decoration: none;
}



