.left {
	position:absolute;
	width:300px;
	height:125px;
	left:5px;
	font-size:large;
	top:320px;

}


.text {
	font-size:large;
}

.note {
	position:relative;
	font-size:small;
	text-align:left;
	bottom:20px;
	left:5px;
	padding:20px;
}
	
