@charset "ISO-8859-1";

body {
	margin: 0px;
}

#main {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFEE),
	color-stop(1, #FFFF00)
	);
	
	background-image: -o-linear-gradient(bottom, #FFFFEE 0%, #FFFF00 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFEE 0%, #FFFF00 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFEE 0%, #FFFF00 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFEE 0%, #FFFF00 100%);
	background-image: linear-gradient(to bottom, #FFFFEE 0%, #FFFF00 100%);
	
	padding: 10px;
	text-align: center;
	height: 100%;
}

.smalltext {
	font-family: "Arial, Helvetica, sans-serif" ;
	font-size: 8 ;
}

.medtext {
	font-family: "Arial, Helvetica, sans-serif" ;
	font-size: 18 ;
}

.largetext {
	font-family: "Arial, Helvetica, sans-serif" ;
	font-size: 36 ;
	font-weight:bold;
}

#bizCard {
	width: 640px;
}
.icon {
	height: 100px;
}

#paypal {
	height: 30px;
	background-color:#FFFFFF;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 800px) and (orientation: landscape) {
  /* rules for iPad/Android Tablets in landscape orientation */
  #main {
  	width: 100%;
	height:auto;
  }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* iPhone, Android rules here */
  #main {
  	width: 100%;
	height:auto;
  }
  #bizCard {
	width: 98%;
  }
  .icon {
  	width: 18%;
	height: auto;
  }
}
