/* Sticky footer styles
-------------------------------------------------- */
/*html5 //IE6,7支援HTML5標籤*/
/*html5 //IE8支援HTML5標籤*/
header,nav,article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

html {
  position: relative;

  min-height: 100%;
}
body {
  padding-top: 50px;
  /* Margin bottom by footer height */
  margin-bottom: 50px;
  background-image:url('/domcfg.nsf/bg5.jpg?OpenImageResource');background-repeat:repeat; 
  TEXT-ALIGN:center; 
  font-size: 18px;
  font-family:serif;
}
.navbar{
  font-size: 14px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box; /* 設定footer絕對位置在底部 */
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 12px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

