@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; 	}
#content 		{ z-index: 4; position: relative;	}
#content-border { z-index: 4; 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;	}
#copyright 		{ z-index: 9; position: relative; 	}


/* Positioning */
#body-container { width: 100%; height: 100%;}
#z-container1 { top: 50%; left: 50%; margin-top: -70px; margin-left: -760px; }
#layer-1 { top: 0; right: 0; }
#z-container2 { top: 50%; left: 50%; margin-top: 10px; margin-left: 400px; }
#layer-2 { top: 0; right: 0; }
#z-container3 { top: 50%; left: 50%; margin-top: -200px; margin-left: 450px; }
#layer-3 { top: 0; right: 0; }


/*Z-Index Sources */
.wc1 { background-image: url(../images/nubble.gif); background-repeat: no-repeat; height: 492px; width: 1467px; }
.wc2 { background-image: url(../images/seagull-1.gif); background-repeat: no-repeat; height: 195px; width: 227px; }
.wc3 { background-image: url(../images/seagull-2.gif); background-repeat: no-repeat; height: 111px; width: 163px; }
#z-container1 { width: 1467px; }
#z-container2 { width: 227px; }
#z-container3 { width: 163px; }

/* Misc Styling */
p#quote { background-image: url(../images/quote-4.gif); }
