
.bannerleft {
	width: 120px; 
	height: 600px; 
	position: fixed; 
	right: 50%; 
	margin-right: 400px; 
	top: 5px; 
}

.bannerright {
	width: 120px; 
	height: 600px; 
	position: fixed; 
	right: 1%; 
	margin-right: 10px; 
	top: 5px; 
}


