body {
	margin: 0;
	padding: 0;
	font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.demo_wrapper {
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-device-width: 1600px), screen and (max-width: 1600px) {
  .demo_wrapper {
    width: 100%;
  }  
}
.demo_block {
	width: 100%;
}


div.static {
   position: fixed;
    top: 70%;
    left: 11%;
    width: 100px;
    border: 3px solid #73AD21;
    z-index:9999;
}

linkclass1.hover
	{
	width:200%;
	}