/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font: 14px Georgia, serif; background:url(image/day1.jpg) top no-repeat #000000; }

#page-wrap		    { width: 600px; margin: 0 auto; }

table               { border-collapse: collapse; width: 100%; margin-top: 109px;}
td                  { border: 1px solid #ccc; padding: 10px; }

thead               { width: 100%; position: fixed; height: 109px; top: 0;
                      background: url(../images/header.png) no-repeat; }

.slim               { width: 88px; }
.hover              { background-color: #660000; color:#FFFFFF; }
