/* 
** plain.b - alternative style: other cover image
** 
** June 28, 2006 - (version 1.0)
** 
** This is a part of the open source layout
** "plain.b" by Jonas John (www.jonasjohn.de)
*/

/* import base stylesheet */
@import url("plainb_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;
}
