html {
	height: 571px;
	background: #f9f9fa url('../images/bg.jpg') no-repeat top;
}

body {
	background: none;
	margin-left: auto;
    margin-right: auto;

	width: 1024px;
	color: #000000;
	font-size: 13px;
	font-family:"Times New Roman", Times, serif
}

/*h1.logo {
	position:absolute;
	left:100px;
	top:150px;
	width: 172px; height: 142px;
	background: none;
}

h1.logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}*/

#content {
	margin-top: 100px;
	margin-left: 20px;
	text-align: left;
	background: none;	
}

/*h2 {
	color: #d0cfcf;
	font-size: 18px;
}*/

.product-info {
	background: none;
	width: 180px;
	height: 571px;
	padding: 15px;
	margin-left: 40px;
	float: left;
}

a {
	color: #b714d0;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #000;
}

ol {
	list-style: none;
    padding: 0;
    margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

