<style>

.offer
{
	width: 590px;
	height: 300px;
	background-image: url("/images/christmas.jpg");
	background-repeat: no-repeat;
}

	/*.offer .offer_box
	{
		height: 165px;
		width: 395px;
		position: relative;
		overflow: hidden;
		left: 175px;
		top: 120px;
		background-color: #ffffff;	
	}*/
	
	.offer .offer_box
	{
		height: 165px;
		width: 395px;
		position: relative;
		overflow: hidden;
		left: 175px;
		top: 186px;
		color:#333333;
		font-size: 16px;
	}
	
	.offer .paragraph_1{
		text-align: center;
	}
	
	.offer .paragraph_2{
		margin-top: 38px;
		text-align: center;
	}
	
	.offer p
	{
		margin: 0;
		color: #353535;
	}
	
	.offer a:link, .offer a:visited
	{
		color: #353535;
		text-decoration: underline;
	}
	
.threehundred
{
	background-image: url('images/300_mid.jpg');
	background-repeat: repeat-y;
	width: 290px;
	overflow: hidden;
	float: left;
}
	.threehundred p
	{
		color: #353535;
	}
	
	.threehundred a
	{
		color: #353535;
	}
	
	.threehundred .box
	{
		margin: 0 10px;
		height: 157px;
	}
	
	.threehundred img
	{
		padding: 0;
		margin: 0;
	}
	
	.threehundred .poke
	{
		* top: 4px;
	}

.250
{
	background-image: url('images/250_mid.jpg');
	background-repeat: repeat-y;
}
	.250 .box
	{
		margin: 0 10px;
	}
	
.200
{
	background-image: url('images/200_mid.jpg');
	background-repeat: repeat-y;
}
	
	.200 .box
	{
		margin: 0 10px;
	}

.quarter
{
	width: 295px;
	height: 200px;
	overflow: hidden;
	float: left;
}

	.quarter a
	{
		color: #353535;
		text-decoration: underline;
	}

.empty_quarter
{
	width: 295px;
	height: 200px;
	overflow: hidden;
	float: left;
	border: 2px solid #353535;
	color: #353535;
	background-color: #ffffff;
}
</style>