@CHARSET "UTF-8";

#main {
    width: 100%;
    height: 100%;
    background-image: url(../images/apartment/apartmentBack.png);
}

#topApt {
    width: 1100px;
    height: 100px;
    margin-left: -100px;
}

#topApt:HOVER {
    cursor: pointer;
}

.topImg {
    float: left;
    width: 100px;
    height: 90px;
    margin-right: -3px;
    margin-top: -10px;
}

.mainBtn {
    position: absolute;
    top: 600px;
    text-align: center;
    color: white;
    cursor:default;
}

.mainBtn:HOVER {
    text-decoration: underline;
    cursor: pointer;
}

.mainBtnTxt {
    font-size: 26px;
    font-family: Arial;
}

.mainBtnSelected {
    text-decoration: underline;
}

#apartmentBtn {
    left: 120px;
}

#locationBtn {
    left: 270px;
}

#facilitiesBtn {
    left: 390px;
}

#galleryBtn {
    left: 510px;
}

#checkBtn {
    left: 620px;
}

#welcomeHeader {
    padding-top: -20px;
}

.mainMarginTop {
    padding-top: 40px;
}

.par {
    width: 800px;
    color: white;
    text-align: center;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 25px;
    float: left;
    text-align: justify;
}

#lowerMainText {
}

#location {
    width: 100%;
    height: 100%;
}

#welcomeHeaderTxt, #welcomeInfo1, #welcomeInfo2, #welcomeInfo3 {
    font-family: Arial;
}