html {
height:100%;
background-color: #ffffff;
}

body {
height:100%;
font-family: Play, sans-serif;
font-size: 12px;
color: #000000;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height:100%;
background: #fff url(bg.png) repeat-x;
}

.main {
height:100%;
float: left;
width: 100%;
background-image: url(cn.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
background-size: auto auto;
}

.PPL1 {
text-align: left;
font-family: Archivo Black, sans-serif;
font-size: 20px;
letter-spacing: 14px;
color: #074b94;
text-transform: uppercase;
padding-right: 50px;
padding-left: 100px;
padding-top: 50px;
padding-bottom: 50px;
}

.PPL1 > span {
color: #fe0000;
font-size: 44px;
line-height: 39px;
letter-spacing: 0px;
text-transform: uppercase;
}


.PPL2 {
padding: 50px;
text-align: right;
font-family: Archivo Black, sans-serif;
font-size: 43px;
color: #074b94;
padding-right: 100px;
padding-left: 50px;
padding-top: 50px;
padding-bottom: 50px;
}

.PPL2 > span {
color: #fe0000;
}

.PPLI {
padding-top: 120px;
text-align: center;
}

.PPLI img {
width: 100%;
max-width: 240px;
margin-top: 10px;
transition: 0.3s;
}

.PPLI a:hover > img {
margin-top: 0px;
transition: 0.1s;
}