.mastersecure{
	background-image: url(../buttons/mastercardsecure.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 26px;
	width: 66px;	
	margin-left: 230px;

	margin-top:20px;
		margin-bottom:15px;
	}
.mastersecure:hover{	background-position: left top;}	
.visaverified{
	background-image: url(../buttons/visaverified.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	height: 26px;
	width: 66px;
	margin-top:20px;
		margin-bottom:15px;
			margin-right: 230px;
	}
.visaverified:hover{	background-position: left top;}		

.vivaerosround{
	background-image: url(../buttons/vivaerosround.png);
	display: block;
	float:left;
	height: 35px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:35px;
	margin-bottom:15px;
}