body {
	font-family: arial,verdana,helvetica;
	font-size: 18px;
	}

div#heading {
	position: relative;
	text-align: center;
	}

h1 {
	margin-bottom: 50px;
	}

div#photo_wrapper {
	position: relative;
	width: 360px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	}

div#photo_wrapper.active {
	background-image: url('../images/photo_01.jpg');
	}

div#photo_wrapper div {
	width: 30px;
	height: 30px;
	float: left;
	display: inline;
	}

div.box {
	background-image: url('../images/block_01.jpg');
	}
	
div#footer {
	position: absolute;
	bottom: 0;
	right: 10px;
	}

div#footer p {
	text-align: center;
	font-size: 10px;
	}