div#wrapper {
        background-image: url('/artwork/pink/bar.png');
        background-position: right;
        background-repeat: repeat-y;
}

div#logo {
        background-image: url('/artwork/pink/logo.png');
        background-repeat: no-repeat;
}

div#corner {
        background-image: url('/artwork/pink/corner.png');
        background-repeat: no-repeat;
}

div#content, div.sidebar_block {
        background-color: #ffd5e5;
}

div#content, div#content img, div.sidebar_block, div.sidebar_block li,
table.pages td {
        border-color: #ff2a7f;
}

div.sidebar_block h1, div.sidebar_block li.active, div.sidebar_block p#logout,
table.pages tr.dark {
        background-color: #ffaacc;
}

