body {
        /* background-image: url(http://www.sophiekim.name/img/me/bg_emerald_index.gif); */
	background-color: #40cf4a;
}

.left {
        position: absolute;
        top: 50%;
        left: 0%;
        width: 50%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 32px;
        text-align: right;
}

.left a {
        color: #ffffff;
        text-decoration: none;
}

.left a:hover {
        color: #f0ccf0;
        text-decoration: none;
}

.right_box {
        background-image: url(http://www.sophiekim.name/img/spainbg/bg_flipmat.gif);
        position: absolute;
        top: 0%;
        left: 50%;
        height:100%;
        width:50%
}

.right {
        position: absolute;
        top: 50%;
        left: 0%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 32px;
}

.right a {
        color: #ffffff;
        text-decoration: none;
}

.right a:hover {
        color: #000000;
        text-decoraton: none;
}




