body {
    background-image:url(snyzch.jpg);
    background-repeat:no-repeat;
    background-size: contain;
    margin: 0 auto;
    position:relative;
    background-attachment:fixed;
    background-position:center bottom;
    background-color: white;
}

.main {
  	margin-left: auto; 
  	margin-right: auto; 
  	width: 95%;
  	font-family:helvetica;
  	font-size:10px;
  	text-decoration: none; 
  	color: #ffffff;
}

.icons {
	display: inline-block;
  	float: left;
  	overflow: hidden;
  	top: 5px;
  	left: 5px;
  	width: 95%; 

}

.iconsmall {
	display: inline-block; 
	width: 100px; 
	height: 100px;
	background-repeat: no-repeat; 
	background-size: cover;
}

.fix{
    position:fixed;
    bottom:0px;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto; 
  	margin-right: auto; 
}

