* {padding:0;margin:0;}

html {width:100%;height:100%;}
body {font-family: Helvetica, Sans-serif;font-size:14px;line-height:1.5;font-weight:400;color:#fff;background:#FFF; background-image:url(../images/bg2.jpg); background-size:cover; }

.container {margin:0 auto;}
.bottomleft {
    position: absolute;
    bottom: 15px;
    left: 25px;
    font-size: 22px;
}
.bottomright {
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-size: 22px;
}

img {
    position: absolute;
    bottom: 15%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
    z-index: -1;
}


