@charset "UTF-8";

#container {
	max-width: 960px;
	width:auto;
}

#container>header h1 {
	clear:both; /* Tuck under the other items */
}

img {
	max-width: 93%; /* Leave space for frame */
	height: auto;
	width: auto\9; /* ie8 */
}

img.door {
	width:auto;
	max-width:none;
}


