* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f3f0e2;
}

p {
	padding-bottom: 1.15em;
	padding-left: 5px;
}
div#wrap {
	margin: 0 auto;
	padding-top: 150px;
	padding-left: 244px;
	width: 550px;
	min-height: 539px;
	height: 539px;
	background:#f3f0e2 url(gfx/inkblot.png) no-repeat top left;
	/* bg-image is 244x539 */
}

div #flash {
	width: 550px;
	height: 400px;
}

div#flash span {
	/* as long as the browser can render css, get rid of this span! */
	visibility:hidden;
	position:absolute;
}

div#footer {	
	width:100%;
	text-align: center;
	padding: 0 0 5px 0;
	
}

#footer a {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

.smallwindow {
	position:static;
	clear:both;	
}
.bigwindow {
	position: absolute;
	bottom:0px;
}
