@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: 5; position: fixed;		}
#layer-2		{ z-index: 6; position: relative;	}
#z-container3 	{ z-index: 7; position: fixed;		}
#layer-3		{ z-index: 8; position: relative;	}
#content-border { z-index: 9; position: relative;	}
#content 		{ z-index: 9; position: relative;	}
#z-container4 	{ z-index: 10; position: fixed;		}
#layer-4		{ z-index: 11; position: relative;	}


/* Positioning */
#body-container { width: 100%; height: 100%;}
#z-container1 { top: 50%; left: 50%; margin-top: -280px; margin-left: -970px; }
#layer-1 { top: 0; right: 0; }
#z-container2 { top: 50%; left: 50%; margin-top: 300px; margin-left: 0px; }
#layer-2 { top: 0; right: 0; }
#z-container3 { top: 50%; left: 50%; margin-top: -240px; margin-left: 360px; }
#layer-3 { top: 0; right: 0; }
#z-container4 { top: 50%; left: 50%; margin-top: 200px; margin-left: 375px; }
#layer-4 { top: 0; right: 0; }


/*Z-Index Sources */
.wc1 { background-image: url(../images/bluebird-1.gif); background-repeat: no-repeat; height: 378px; width: 667px; }
.wc2 { background-image: url(../images/flower-1.gif); background-repeat: no-repeat; height: 208px; width: 398px; }
.wc3 { background-image: url(../images/flower-3.gif); background-repeat: no-repeat; height: 297px; width: 558px; }
.wc4 { background-image: url(../images/flower-2-top.gif); background-repeat: no-repeat; height: 186px; width: 197px; }
#z-container1 { width: 667px; }
#z-container2 { width: 398px; }
#z-container3 { width: 558px; }
#z-container4 { width: 197px; }

/* Misc Styling */
p#quote { background-image: url(../images/quote-5.gif); }

