

html {
  background: rgba(53,53,53,0) url(staticuds.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background-color: white;
}




.unit {
	background: transparent;
	width:100%;
	float:left;
	padding-bottom: 3%;
	padding-top: 3%;
	border-top: 1px solid #e4e4e4;

}

.left {
	/*float: left;*/
	width:100%;
	margin-left:auto;
	margin-right:auto;	
	background: transparent;
}

.right {
	/*float: left;*/
	display:block;
	width:100%;
	background: transparent;
	font-size: 24px;
	margin-left:auto;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-right:auto;	
}

img {
	max-width:100%;
}