body { 
	font-family: 'PT Sans Narrow', sans-serif;
	color:#FFF;
	font-size:16px;
	letter-spacing: 1px;

  /* background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}


img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
.logo { float:right;}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

@media screen and (max-width: 765px) { /* Specific to this particular image */
 .logo { float:left !important;}
 header { padding:40px!important;}
}

h1 { font-size:26px; line-height:21px;}
h1 span { font-size:18px;}

a { color:#FFF;}
a:hover { color:#CCBCA0; text-decoration:none;}
a:visited { color:#CCBCA0; text-decoration:none;}
a:active { color:#FFF; text-decoration:none;}

header { padding-top:120px;}

.pl30 { padding-left:30px;}
.mt30 { margin-top:30px}