/* cyl/yellow/init.css */

/* body */
body {
	background-color: #e9e494;
}

/* background image */
#background {
    background-image: url(../img/background.gif);
}

/* base bar */
#base_bar {
	background-image: url(../img/whiteline.gif);
}