body {
        background-color:#5B355C;
}

#bg-wrap {
    background: url(/css/images/girl/bgSlice.jpg) repeat-y;
}
#page {
    background: url(/css/images/girl/bg-image.jpg) no-repeat;
    position:relative;
}
#bottomMenu {
    background: url(/css/images/girl/bottom-menu.jpg) no-repeat;
}
#flower {
    position:absolute;
    top:0px;
    right:0px;
    width: 486px;
    height: 372px;
    background: url(/css/images/girl/flower.jpg) no-repeat;
}

#gift {
    background: url(/css/images/girl/gift-logo.jpg) no-repeat;
    width:530px;
    height:110px;
    position:relative;
    top: 60px;
    left: 5px;
}

.box {
    background: #7B507B;
}

.innerBox {
    background:#6D426D;
}

h1 {
    color:#ED8CED;
}

h2 {
    color: #D5BD7F; 
}

#left .innerBox {
    color:#E7B1EB;
}

.links ul {
    margin-left: 70px;
    margin-top: 30px;
    list-style-image: url(/css/images/girl/Sflower.gif);
}
.links ul li {
    margin: 0 0;
    padding: 0;
}
.links ul li a {
    position: relative;
    top: -12px;
    left: 10px;
}

a:link, a:active, a:visited {
    color:#fff;
    text-decoration:none;
}
a:hover {
    color: #E9E3A5;
}

.links ul li a:link, .links ul li a:active, .links ul li a:visited {
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
}

.links ul li a:hover {
    color: #E9E3A5;
}