/* CSS Document */

    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:1200px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color: #000;
    }
	
	#header {
		position:absolute;
		top:0px;
		left:0px;
		height:200px;
		width:1200px;
	}
	
	#book {
		position:absolute;
		top:140px;
		left:-20px;
		height:573px;
		width:445px;
	}
	
	#sticker1 {
		position:absolute;
		top:157px;
		left:347px;
		height:213px;
		width:213px;
	}
	
	#susanbox {
		position:absolute;
		top:433px;
		left:616px;
		background:#F0EF85;
		color:#000000;
		width:524px;
		padding:10px 10px 10px 10px;
	}
	
	#textbox1 {
		position:absolute;
		top:208px;
		left:576px;
		background:#FFFFFF;
		color:#000000;
		width:600px;
		padding:10px 10px 10px 10px;
	}
	
	#textbox2 {
		position:absolute;
		top:722px;
		left:20px;
		background:#FFFFFF;
		color:#000000;
		width:470px;
		padding:10px 10px 10px 10px;
	}
#interview text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
