/* hide from ie on mac \*/

html                { height: 100%; overflow: hidden; }
#content            { height: 100%; }

/* end hide */

/* defaults */
body                { height: 100%; margin: 0; padding: 0; background-color: #F0DC93; }
body, div           { font: 12px georgia, "times new roman", sans-serif; color: #65543A; }
h3                  { width: 330px; font-size: 14px; color: #4D3F29; text-transform: uppercase; text-align: center; border-bottom: 2px double #DDDAD6; }

/* divs */
#content            { background: url("../../images/pagebg.jpg") top left repeat;  z-index: 20; }
#noFlash            { width: 620px; height: 350px; top: 50%; left: 50%; margin: -175px 0 0 -310px; position: absolute; }
#confirmAge         { width: 500px; height: 270px; top: 50%; left: 50%; margin: -135px 0 0 -225px; position: absolute; background: url("../../images/confirmbg.gif") top left no-repeat; }
#confirmAge div     { width: 500px; padding: 40px 0; }

/* form */
#birthday select    { background-color: #F4EDD2; font: 12px georgia, "times new roman", sans-serif; color: #4D3F29; border: 1px solid #65543A; margin: 6px; }
#birthday input     { background-color: #65543A; font: 12px georgia, "times new roman", sans-serif; color: #F4EDD2; border: 1px solid #4D3F29; margin: 6px 0; padding: 2px 4px; }

/* links */
a, a:visited        { text-decoration: none; font-weight: bold; color: #463412; }
a:hover, a:active   { text-decoration: none; font-weight: bold; color: #664B1A; border-bottom: 1px dotted #463412; }