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

/* overwrite base style */

body {
    background-color: #E4E4E4;	
}

#left h1 {
	display: none;
}

#header {
    height: 2.8em;
}