/* ------------------------------------ *
 CSS
 for www.keithfranke.com
 (c) 2008 by Keith Patrick Franke
 author: Arno Mayrhofer
 * ------------------------------------ */

html,body {margin:0; padding:0;height:100%;background-color: #151515; font-family:tahoma; font-size:12px;color:#ffffff;}

div#textlayer {
  position:relative; /* needed for footer positioning*/
  margin:0 auto; /* center, not in IE5 */
  width:929px;
  background-image:url(pg-gfx/main-background.gif);
  padding:0;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
}

input, textarea{font-family: Tahoma;}

#content{padding-top:4px; padding-bottom:48px;}
#textbg{left:20px; width:454px; height:494px; z-index:1; background-position:top; margin:0 auto;}
#copyright{position:absolute; bottom: 20px; margin:0 auto; width:100%; height:8px; background-image:url(pg-gfx/copyright-transparent.png); background-repeat:no-repeat; background-position:center;}

#left-highlight{width:1px; height:614px; position:absolute; top:9px; margin-left:107px; background-image:url(pg-gfx/highlight-left.gif);}
#top-highlight{width:653px; height:1px; margin-left:107px; top:9px; position:absolute; background-image:url(pg-gfx/highlight-top.gif);}
#header{margin-left: 244px; top:10px; position:absolute; width: 440px; height:132px; background-image:url(pg-gfx/header.jpg);}

/*menu*/
.button{top:142px; position:absolute; height: 50px; background-position:top; z-index:2; cursor:pointer;}
#buttonhome{margin-left:271px; width: 105px; background-image:url(pg-gfx/menu-home.gif);}
#buttonprints{margin-left:376px; width: 90px; background-image:url(pg-gfx/menu-prints.gif);}
#buttonblog{margin-left:466px; width:87px; background-image:url(pg-gfx/menu-blog.gif);}
#buttoncontact{margin-left:553px; width:104px; background-image:url(pg-gfx/menu-contact.gif);}

#face{height:183px; width:215px; top:255px; left:357px; position:absolute; z-index:4;}

#logout{position:absolute; top:10px; right:110px; height:23px; width: 61px; background-image:url(pg-gfx/admin/logout.gif); z-index:6; cursor:pointer; z-index:6; display:block;}