html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, uxl, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: top; /* baseline; */
   background: transparent;
}

ol, ul {
   list-style: none;
}

blockquote, q {
   quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

/* remember to define focus styles! */
:focus {
   outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
   text-decoration: none;
}

del {
   text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
 table {
   border-collapse: collapse;
   border-spacing: 0;
}

/* ============================== Reset Ends ========================================= */

html {
   overflow-y: scroll; /* stop firefox scroll bar jmp */
}

body {
   background: transparent url(christmas.jpg) repeat fixed;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 130%;
   color: #333333;
   line-height: 1.25;
}

div#message {
    background: url(one.png) repeat fixed;
    padding: 20px;
    fxxloat: center;
    width: 600px;
}

div#page {
   margin: 0 0 0 0;
   width: 985px;
   z-index: 5;
}

li {
   margin: 0 0 0 -30px;
}

h1, h2, h3, h4, h5, h6 {
   color: #000;
   font-weight: 900;
   margin: 0 0 10px 15px;
}

h1 { 
   font-size: 60px;
}

h2, h3, h4 {
   font-size: 30px;
}

h5 { 
   font-size: 18px;
}

h6 { 
   font-size: 60px;
}

a:link, a:visited {
   color: #000080;
   text-decoration: none;
}

a:hover {
   color: #a00000;
   text-decoration: underline;
}

p {
   margin: 15px;
   color: #000000;
}

div#foot {
   border-top: solid 1px black;
   clear: both;
   text-align: center;
   font-size: 60%;
}

/* ========================== sub pages ================================= */

/*
div#mywork {
   display: none;
}
*/

div#girling {
   display: none;
}

div#hardware {
   display: none;
}

div#software {
   display: none;
}

