html, body{
	margin: 0;
	padding: 0;
	border: 0;	
	background: -webkit-linear-gradient(#EAEAEA , #ECECEC);
	background: -o-linear-gradient(#EAEAEA , #ECECEC);
	background: -moz-linear-gradient(#EAEAEA , #ECECEC);
	background: linear-gradient(#EAEAEA , #ECECEC);
	}

body{
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	color: #404040;
	}
	
#container{
	height: 2620px;
	}
	
	
#product_line{
	width: 480px;
	height: 655px;
	padding-left: 205px;
	float: left;
	text-align: center;
	}

#product_line ul{
	list-style-type: none;
}
	
h1{
	text-align: center;
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#71B3E1;
	border-bottom: solid 2px #000000;
	}