.box {
	height: auto;
	width: 700px;
	background-image: url(_mblay/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.box2 {
	height: auto;
	width: 700px;
	background-image: url(_smblay/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.redborder {
	border: 2px solid #D92F20;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
