#page {
	/* The entire design is contained within the 'page' id */
	}
	
body {
	background: url('noile-background.png');
}


#header {
	/* Contains the H1 and menu */
	background: url('noile-header.png');
	}


#header .blog-title, #header .description, #header h1 {
 display: none;
}

.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.entry-content pre {
	font-size: 1.5em;	
}

.secondary {
	/* Contains the sidebar */
	}

