body {
	text-align: center; /*for IE*/
	/*background: #ffffff url(/bg.jpg) repeat-x;*/
	padding: 0;
	margin: 0;
}

#container {
	margin: 0 auto;
	width: 820px;
}

#header {
	top: 0;
	/*background: url(/top.jpg) no-repeat;*/
	height: 373px;
}

#content {
	padding-bottom: 0;
	top: 375px;
}

#content .box {
	float: left;
	position: relative;
	width: 185px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
}

#content .box .img {
	width: 185px;
	height: 180px;
}

#content .box .text {
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial, serif;
	font-size: 12px;
	color: black;
	height: 100px;
	max-height: 100px;
}

#content .box .offer {
	top: 315px;
	margin-top: 5px;
	font-family: arial, serif;
	font-size: 16px;
	color: #af290a;
	font-weight: bold;
	padding-left: 5px;
}

#content .box .link {
	top: 340px;
}

.red {
	color: #af290a;
}

#footer {
	clear: both;
	font-family: arial, serif;
	font-size: 12px;
	color: black;
}

#footer  a {
	color: black;
}

#shadowBox {
	display: none;
	position: absolute;
	background: white;
	border: 1px solid black;
	width: 400px;
	height: 250px;
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 0;
}

#shadowBox .img {
	position: absolute;
	left: 30px;
	top: 10px;
}

#shadowBox #shadowText {
	top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	position: absolute;
	left: 210px;
	font-family: arial;
	font-size: 12px;
	color: black;
}

#shadowBox .button {
	position: absolute;
	top: 215px;
	left: 215px;
}
