@import url("../motion/style.css");

body {
    font-size: 62.5%;
    font-family: "Helvetica Neue", Arial, Verdana;
    background: #fff ;
    color: #777;
}

.design-logo{
    background:url(images/openofficeblue2.gif) no-repeat;
    width:400px;
    height:79px;
    text-indent:-99999px;
}

#user-compose-friends{
    background:#ebf1fd;
}

#pagebody{
    border:1px solid #eee;
}


/* assigned to body tag */
.design-background {
    /* background: #0099B9 url(YOUR_URL_HERE) fixed no-repeat top left; */
}
.design-compose-background {
    /* background: #9AE4E8 url(YOUR_URL_HERE) fixed no-repeat top left !important; */
}
/* assigned to #banner #banner-header a */
.design-logo {
    /* background-image: url(YOUR_URL_HERE) !important; */
}
/* assigned to #pagebody */
.design-content-color {
    /* color: #f00; */
}
/* assigned to #pagebody */
.design-content-font {
    /* font-family: "Comic Sans MS" !important; */
}
/* assigned to #pagebody */
.design-content-border, h2, h3 {
    /* border-color: #0f0 !important; */
}
/* applied to headings; notably widgets, etc. */
.design-highlight-color {
    /* color: #00f !important; */
}

