html
	{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
body { 
  background-color: #000000;
  background: url("http://tarotasya.com/images/love_virtue_title_page.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body 
	{ width: 100%; text-align: center; height:100%; overflow:hidden }

body 
	{
  background-color:#000000;
  color:#000000;
  font-family:'Ubuntu',"Avenir Next","Century Gothic",CenturyGothic,Verdana,sans-serif!important;
  font-weight:400;
  font-style:normal;
  font-size:18px;
  z-index:1;
  overflow-y:hidden;
  overflow-x:hidden;
  height:100%;
  background-size:cover;
  background-attachment:fixed;
  background-repeat:no-repeat;
/* background-position:top; */
/* background-position:70% 0%; */
  background-position:center;
}

#centerContainer 
	{ width: 100%; text-align: left; margin: 0px auto; }