html{
	height: 100%;
	margin:0;
}
body{
	background: url(../images/background.png) no-repeat center top scroll;
	background-color: #313744;
	height: 100%;
	min-height: 100%;
	margin: 0;
}
div#background{
	background: url(../images/limpiaflotas1.png) no-repeat center top scroll;
	max-width: 953px;
	margin:0 auto;
}
#num1, #num2{
	position: relative;
	width: 269px;
	margin: 0 auto;
	visibility:hidden;
}
@media screen and (max-width: 953px) {
	div#background, body{
		background-size:contain;
	}
	#num1, #num2{
		width: 25%;
		left: -8px;
	}
	#num1 img, #num2 img{
		width: 100%;
	}
}