* {
	margin: 0;
	}

html {
	height: 100%;
	}

body {
	padding: 0;
	font-family: Helvetica;
	height: 100%;
	}

img {
	border: none;
	}

div.deal_info {
	text-align: center;
	width: 100%;
	}

span.product_title {
	font-size: 2.5em;
	}
	
span.left {
	float: left;
	}

span.right {
	float: right;
	}

span.right,
span.left {
	margin: 5px;
	}

span.price {
	font-size: 1.4em;
	}

div.image_wrapper {
	width: 30%;
	min-width: 400px;
	float: left;
	text-align: center;
	margin: 10px 0;
	}

div#info {
	border: 1px solid #ccc;
	position: fixed;
	background-color: rgba(255, 255, 255, .85);
	display: none;
	text-align: center;
	top: 375px;
	height: auto;
	width: 80%;
	margin-left: 10%;
	}

div.hidden {
	display: none;
	}
	
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em; /* the bottom margin is the negative value of the footer's height */
}


#about {
	width: 100px;
	height: 1em;
	margin-left: 87.5%;
	padding: 2px;
	text-align: center;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: black;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	}
	
	#about:hover,
	#about.active {
		background-color: #ccc;
		}

#info_and_stuff {
	position: absolute;
	z-index: 100;
	width: 60%;
	height: auto;
	display:none;
	margin-left: 20%;
	background-color: rgba(255, 255, 255, .85);
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: black;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
	
	#info_and_stuff p {
		font-size: 2em;
		margin: 25px;
		}

	#info_and_stuff img {
		float: right;
		margin: 0 5px 5px 0;
		cursor: pointer;
		}
