/*
Design by 7hir7een
http://www.delusionsandgrandeur.net
*/

* {margin:0; padding:0;}
html, body {width:100%; height:100%; overflow:hidden;}
#container {position:absolute; top:0px; height:100%; width:850px; background-color:#c0c0c0;}
#header {position:absolute; top:0px; height:75px; left:0px; right:0px; border:1px solid #000;}
#content {position:absolute; top:75px; bottom:0px; left:0px; right:0px;}
#side {position: absolute; top:0px; bottom:0px; left:0px; width:348px; border:1px solid #000;background-attachment:fixed; background-image:url(img/buffysidebar.jpg); background-position:-21px 0px; background-repeat:no-repeat;}
#main{position:absolute; top:0px; bottom:0px; right:0px; left:349px; border:1px solid #000; overflow:auto; background-color:#c0c0c0; padding-top:10px; padding-left:10px; padding-right:10px;}
#footer {position:absolute; bottom:0px; height:29px; left:0px; right: 0px; border:1px solid #000;}

body {background-color:#000; scrollbar-face-color:#c0c0c0; scrollbar-highlight-color:#000000; scrollbar-shadow-color:#000000; scrollbar-3dlight-color:#000000; scrollbar-arrow-color:#000000; scrollbar-track-color:#000000; scrollbar-darkshadow-color:#000000;}

body {font-family:Verdana; font-size:12px; color:#000000}
a {color:#000;}
a:hover {text-decoration:none; color:#000;}
