body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #5b1300;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
h1, h2 {
	display: inline;
	margin: 0px; padding: 0px;
}

/* --- */

#container {
	position: relative;
}
#main_wrapper {
	width: 460px;
	margin: 0px auto 0px auto;
	padding: 75px 0px 0px 0px;
}



/* --- */

#woman { 
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	background: url(../i/woman.gif) left bottom no-repeat;
}