/* import base stylesheet */
@import url("base.css");

/* overwrite base style */

body {
    background-color: #FFFFFF;
	background-image: url("../images/bg_pattern.png");
}

#left h1 {
	display: none;
}

#header {
    height: 2.8em;
}