@charset "UTF-8";
/* CSS Document */

body {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -1px;
  font-family: 'Lato',sans-serif;
	overflow:hidden;
}

#box {
    background-color: white;
    font-family: 'Lato',sans-serif;
    font-size: 21px;
    font-weight: 400;
    left: 30px;
    margin-bottom: 1px;
    opacity: 0.95;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-top: 6px;
    position: relative;
    text-align: left;
    top: -15px;
    width: 264px;
}

#box:hover {
    background-color: black;
	color:#FFF;
}

a {
    color: #676767;
    outline: medium none;
    text-decoration: none;
}

a:hover {
     color:#fff;
    outline: medium none;
    text-decoration: none;
}

#content {
    left: -4px;
    position: absolute;
    text-align: left;
    top: -8px;
    width: 360px;
}

h3 {
    padding: 15px 30px 0;
}

h4, h1 {
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 37px;
    margin-top: 30px;
}

#about {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 23px;
    padding: 10px;
    text-align: left;

}

#about a {
    color:#6FF;
	text-decoration: underline;	
	}

#about img.l {
    margin-bottom: -8px;
    margin-top: -12px;
    padding: 13px;
	margin-left:-13px;
}
#about img.r {
    margin-bottom: -8px;
    margin-top: -12px;
    padding: 13px;
	margin-right:-13px;
}


#under {
    width: 100%;
	background-color:#000;
	height:70px;
	text-align:center;
	  font-family: 'Lato',sans-serif;
    font-size: 40px;
	color:#FFF;
	padding-top:20px;
}

#readmore {
    float:right;
	height:25px;
	background-color:#000;
	  font-family: 'Lato',sans-serif;
    font-size: 34px;
}

#contactp {
	text-align:left;
	width:400px;
	float:left;
}
 


#download {
	text-align:right;
	float:right;
}


.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
 
#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}