@charset "UTF-8";

body {background: transparent url(../images/traditionalwallpaper.jpg) repeat; border: 0; padding:0; margin: 0;}
#history {display: block; margin: 10px auto 40px auto; width:750px; border:1px dotted #eee; bottom:107px; height:auto; background: transparent; font-family: Times, serif; }
#historyheader {width:750px; height:140px; border:0px #666 solid; background:  transparent url(../images/background_header.gif) no-repeat; padding:0;}
#historycontent {width:750px; height:auto; border:0px #666 solid; background: transparent url(../images/background_02.gif) repeat-y; padding-top: 50px;}
.article {padding:20px 10px; margin: 0px 50px; background: transparent; border-bottom: 1px #666 dotted;}

#footer {height:50px; width:100%; position:fixed; bottom:0; overflow:hidden; background-color: #000;}

/* main menu--*/
div#menu {margin: 5px auto; padding-left:20px; position: fixed; width: 100%; text-align: center; bottom: 5px;}
div#menu a {display:block; padding:5px 10px; background-color: #000; text-decoration: none; color: #ccc; float:left; margin-right: 10px; font-size: 1.2em; font-weight: bold;}
div#menu a:hover {background-color: #ccc; color: #000;}
