a {
    text-decoration: none;
}

#container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    /*border-radius: 5px 5px 5px 5px;*/
}

#ruach_secrets_div_main {
    position: relative;
    width: 670px;
    height: 380px;
    text-align: center;
}

#ruach_secrets_div {
    /* position: relative; */
    /* width: 100%;
            height: 330px; */
    background-image: url(../images/clouds4.jpg);
    border-style: solid;
    border-width: 1px;
    border-color: #FFEA01;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
}

#content_1_image {
    /* position: relative; */
    /* float: left; */
    /* background-image: url(https://www.allmightywind.com/immayah/images/IMMAYAH.gif); */
    margin: 5px;
    /* width: 100%; */
    /* height: 320px; */
    border-style: solid;
    border-color: #F22020;
    border-width: 1px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 6px 6px 10px rgba(255, 255, 255, 0.4);
}

.content_1_text_alpha {
    position: absolute;
    top: 5px;
    padding: 5px;
    width: 100%;
    height: auto;
    background-image: url(https://www.allmightywind.com/images/white_bg2.png);
    border-style: ridge;
    border-width: 5px;
    border-color: #9E0099;
    margin-bottom: 10px;
    /* opacity: 0.6;
            filter: alpha(opacity=60); */
}

#content_1_text {
    position: relative;
    float: right;
    /* margin: 7px;
            top: 10px; */
    padding: 5px;
    /* width: 360px;
            height: 300px; */
    text-align: left;
}