* { margin:0;
    padding:0;
}
html { background:#fff; }
#site {
    margin:auto;
    margin-top:-50px;
    position: relative;
    top:100px;
    width:900px;
    height:auto;
    background:#fff;
    color:#000;
}
/* set the background of the body */
body {
	margin: 0;
	/*background: url(../images/fade.jpg) center no-repeat;
	-ms-behavior: url(../backgroundsize.min.htc);
	behavior: url(../backgroundsize.min.htc);*/
}
#content {
  	
}

.bgsCover {
	background-size: cover;
}
.bgsContain {
	background-size: contain;
}
/* this allows to use a second background in all browsers and IE8 */
body:after {
  content: "";
  /*background: url(../images/pattern.png) repeat;*/
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html, body {
	height: 100%;
}
#title
{
	font-variant:small-caps;
	font-size:2em;
	text-align:center;
	margin-bottom:-10px;
	position:relative;
	top:15px;
}
#menu {
    top:40px;
    left:0px;
    width:100%;
	background:transparent url(../images/header_bg.gif) repeat-x 0 0;  
}
#btnDownloadApp
{
	margin-top:40px;
	text-align:center;
}
#content
{
	margin:15px;
	height:auto;
	margin-bottom:0px;
}
#copyright { display: none; }


#introText
{
	width:600px;	
	font-size:1.2em;
	text-align:justify;
	margin-top:20px;
	margin-left:25px;
}


.bold {
	font-weight:bold;
}