.left {
	float: left;
	padding-left: 50px;
	margin-top: 15px;
}

.right {
	float: right;
	padding-right: 10px;
	margin-top: 15px;
}

#footer {
	position: fixed;
   left: 0px;
   bottom: 0px;
   height: 50px;
   width: 100%;
   background: white;
}

.logoclass {
	width:  500px;
}
