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


/* overwrite base style */

body {
    background-color: #FFFFFF;
}

#header a {
	display: none;
}

#cover {
	background-image: url('../images/cover_2.jpg'); 
}

#left h1 {
	color: #3B7504;
}