body,html{
	margin:0;
	padding:0;
}

html{
  background: url(../images/ss.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}

body{
	font-family:verdana;
	font-size:16pt;
}

.ssImg{
	width:100%;
}

#sss{
		width: 280px;    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}


@media only screen and (max-width : 768px) {
		#sss{
			width:200px;
		}
	
}