#normal {
background: url('/img/bg-up.png') repeat-x #ba0c0c;
}

#blue {
background: url('/img/bg-up-blue.png') repeat-x #85e0ff;
}

#dark {
background: url('/img/bg-up-dark.png') repeat-x #666666;
}

#light {
background: url('/img/bg-up-light.png') repeat-x #cccccc;
}

#pink {
background: url('/img/bg-up-pink.png') repeat-x #ff0099;
}

#green {
background: url('/img/bg-up-green.png') repeat-x #b6f38f;
}

#orange {
background: url('/img/bg-up-orange.png') repeat-x #ffa93f;
}

#logo {
height: 25px;
}

#logo img {
margin-top: 0;
}
