@charset "utf-8";
/* window.css - stylesheet for www.crbrophy.com 07/19/2012 (c) 2008-2012 by John Brophy */
/* for Standards-compliant browsers */

html {
   overflow: auto;
}

body {
   border: none;
   /* background: #396; */
   background: #396 url(image/logoside.gif);
   background-attachment: fixed;
}

div#wrapper {   /* Non-IE default wrapper */
   height: 100%;
   min-width: 750px;
   max-width: 960px;
}

div#container {
   display: table-cell;
   vertical-align: middle;
   border: none;
}

div#border {
   max-width: 944px;
   background: #fff;
   padding: 3px;
   border: thick solid #fff;
}

