/* 
    Document   : wish
    Created on : Mar 8, 2009, 1:18:41 AM
    Author     : ivar
    Description:
*/

/* ****  flurdy's nautical layout  ******* */

body { text-align: center; }
#ocean { width: 100%; height: 100%; }
#ship { margin: auto; }
#hull { width: 100%; }
#bulkhead { overflow: hidden; }
#prow, #bow, #lookout, #stern, #anchor { clear: both; }
#port, #hatch { float: left; }
#starboard, #deck { float: right; }

