.box,
.tower
{
	height: 0px;
	width: 0px;
	position: relative;
}

.tower_image
{
	height: 64px;
	width: 64px;
	margin: 2px 2px 2px 2px;
	background-repeat: no-repeat;
}

#tower_box
{
	background-image: url('/images/itd/description_box.png');
	position: relative;
	left: 30px;
	top: 271px;
	width: 606px;
	height: 188px;
}

#tower_thumbnail
{
	position: relative;
	top: 60px;
	left: 50px;
	height: 64px;
	width: 64px;
	background-repeat: no-repeat;
}

#tower_title
{
	position: relative;
	top: 60px;
	left: 150px;
	font-size: 20px;
	width: 400px;
	height: 28px;
	overflow: hidden;
}

#tower_description
{
	position: relative;
	left: 150px;
	top: 100px;
	width: 400px;
	height: 50px;
	overflow: hidden;
	font-size: 15px;
}

