html,
body {
	height: 100%;
  	background-image: url(background.png);
	background-position: center center;
	background-repeat: repeat;
}

.spacer {
	height: 20px;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}

.jupet_logo {
	background:url(logo.png) no-repeat center top scroll;
	background-size: 100% auto;
	padding-bottom: 40%;
}

.logo_top_margin {
	margin-top: 32%;
	color: #494949;
}

.font_lg {
	font-size: 17px;
}

.font_md {
	font-size: 14px;
}

.font_sm {
	font-size: 17px;
	padding-left: 45%;
}

.font_xs {
	font-size: 12px;
	padding-left: 45%;
}