﻿@import url(http://fonts.googleapis.com/css?family=Arvo);
body {
  min-height:750px;
  background-image: url(/image/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color:#857460;
   font-family:Rockwell,'Arvo', serif;
   letter-spacing: 2px;
   color:#fff;
}
/* For mobile devices */
/*@media only screen and (max-width: 767px) {
  body {
    background-image: url(/image/bg2.jpg);
    background-color:white;
    color:black;
  }
	}*/
#content{
  width:800px;
  margin-left: auto;
  margin-right:auto;
  margin-top:7%;
}
#header {
    text-align:center;
}
.logo{
    display:block;
    width:309px;
    height:88px;
    background:url(/image/logo.png) no-repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    margin:0 auto 15px auto;
}
#main{
    margin-top:20px;
}
#footer{
    margin-top:15px;
    text-align:center;
    padding:5px;
    height:100px;
    line-height:30px;
}