#warranty_div {
	width: 1300px;
}

#picture {
	position: relative;
	margin-top: 10px;
	float: left;
}

#body_text{
	position: relative;
	top: 20px;
	margin-left: 30px;
	padding: 15px;
	background-color: #ffffcc;
	color: black;
	width: 500px;	
	float: left;
}

#headline{
	font-weight:bold;
	color: red;
	font-size:large;
	text-align: center;
}

#fine_print{
	font-size: small;
}

