@charset "utf-8";
* { margin: 0; padding: 0; }

/* Z-Index */
/* Listed from Back to Front */
#body-container { z-index: 1; position: relative; 	}
#z-container1 	{ z-index: 2; position: fixed;		}
#layer-1 		{ z-index: 3; position: relative; 	}
#z-container2   { z-index: 4; position: fixed;		}
#layer-2		{ z-index: 5; position: relative;	}
#content 		{ z-index: 8; position: relative;	}
#content-border { z-index: 9; position: relative;	}


/* Positioning */
#body-container { width: 100%; height: 100%;}
#z-container1 { top: 50%; left: 50%; margin-top: -210px; margin-left: -660px; }
#layer-1 { top: 0; right: 0; }
#z-container2 { top: 50%; left: 50%; margin-top: -190px; margin-left: 330px; }
#layer-2 { top: 0; right: 0; }


/*Z-Index Sources */
.wc1 { background-image: url(../images/daffodil-1.gif); background-repeat: no-repeat; height: 589px; width: 327px; }
.wc2 { background-image: url(../images/daffodil-and-bee.gif); background-repeat: no-repeat; height: 775px; width: 441px; }
#z-container1 { width: 327px; }
#z-container2 { width: 441px; }

/* Misc Styling */

