@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image:url(images/bg%20(2).jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#article {
	background-color: #09F;
	height: 1400px;
	width: 1000px;
	position: absolute;
	left: 215px;
	opacity:1.00;
	transition-property:opacity;
	transition-duration:1.3s;
	transition-delay.3s;
	}
#article #wrapper {
	height: 650px;
	width: 1000px;
	position: absolute;
	z-index: 9;
}
#article #wrapper #image {
	width: 350px;
	
	float: left;
}
#article #wrapper #productcontent {
	left: 400px;
	top: 90px;
	position: absolute;
	right: 90px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#article #thumbs {
	position: absolute;
	z-index: 9;
	left: 350px;
	top: 700px;
	
}
#article #wrapper #image {
	margin-left: 90px;
}
</style>
