﻿
.title {
    width:1024px;
    height:153px;
    background-image:url(/Img/Title.png);
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}

.menu {
    width:1024px;
    height:35px;
    background-image:url(/Img/Menu.png);
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}

.menu a {
    color:White;
	text-decoration:none;
}


.menu a:hover {
    color:#FFD610;
	text-decoration:underline;
}

.body {
    width:1024px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}

.bodyTop {
    height:20px;
    background-image:url(/Img/BodyTop.png);
}

.bodyCenter {
    padding-left:20px;
    padding-right:20px;
    background-image:url(/Img/BodyCenter.png);
}

.bodyBottom {
    height:20px;
    background-image:url(/Img/BodyBottom.png);
}
