@charset "UTF-8";
/* CSS Document */
body {
	
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ffffff;
	
}
#wrapper {
	
	padding: 0px;
	width: 603px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 10;
	
}

#bgimg, 
#full_artimg,
#full_writingimg {

	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;

}

/* not displayed at first, jquery fades them in on top of the bgimg and the z-index ensures they will be on top of the regular background */
#full_artimg, #full_writingimg { display: none; z-index: 20; }


#mainContent {
	
	background-repeat: no-repeat;
	height: 900px;
	width: 603px;
	position: relative;
	
}

/* ANNA'S ART LINK */
#artimg {
	
	position: absolute;
	top: 447px;
	left: 46px;
	z-index: 100;
	border:none;
}
/* ANNA'S WRITING LINK */
#writingimg {
	
	position: absolute;
	top: 524px;
	left: 11px;
	z-index: 100;
	border:none;
	
}

