/*
 * Stick Footer
 * http://ryanfait.com/sticky-footer/
 */
* {
  margin: 0;
}

html, body {
  height: 100%;
}

#wrapper {
  height: 100%;
  height: auto !important;
  min-height: 100%
}

#container {
  padding-bottom: 200px; /* same with footer height */
}

footer {
  margin-top: -200px;    /* same with footer height */
  height: 200px;
}


/*
 * Basically Elements Definition
 */
html, body, div {
  margin: 0;
  padding: 0;
  border: 0;
}

/*
 * http://css-tricks.com/perfect-full-page-background-image/
 * http://css-tricks.com/how-to-resizeable-background-image/
 */
html {
  background: url(../images/wallpaper/Linux_Wallpaper_Development_Widescreen_Linux_Resolution.jpg) no-repeat center center fixed;
  background-size: cover;
}

body {
  font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", "VL Pゴシック", "Takao Pゴシック", "IPA Pゴシック", sans-serif;
  font-size: 13px;
}

