#gameboy {
	width: 200px;
	height: auto;
}
#pi4{
	width: 300px
	height: auto;
}
#out{
	color:red;
	text-align: right;
	padding-right: 10px;
}
.box1 {
	height: 350px;
	width: 500px;
	border: 1px solid brown;
}
.box2{
	height: 350px;
	width: 500px;
	border: 1px solid brown;

}
.box3 {
	height: 350px;
	width: 500px;
	border: 1px solid brown;
}


.firstStyle{
	width: 55%;
	max-width: 550px;
	padding: 50px;
	margin: 35px;
	overflow: auto;
}
#name {
	text-align: right;
	padding-right: 10px;
	<!--border: 1px solid green;-->

}
#desc {
	padding-right: 10px;
	<!--border: 1px solid green;-->
}
#stock {
	text-align: right;
	padding-right: 10px;
	<!--border: 1px solid green;-->
}

#rating {
	text-align: right;
	padding-right: 10px;
	<!--border: 1px solid green;-->

}

#price {
	text-align: right;
	padding-right: 10px;
	<!--border: 1px solid green;-->
}

#img {
	float: left;
	position: relative;
	text-align: left;
	top: -200px;
	margin: 50px;
	padding: 10px;
}

.featuredStyle {
	width: 55%;
	max-width: 550px;
	padding: 50px;
	margin: 35px;
	overflow: auto;
}

body {
	color: white;
	background-color: black;
	font-family: arial;
	background-image: url("Texture-Background.jpg");
	background-size: 100% 100%;
}
.bargainStyle{
	width: 55%;
	max-width: 550px;
	padding: 50px;
	margin: 35px;
	overflow: auto;
}
.topYellow {
	position: absolute;
	top: 0;
	height: 15%;
	max-height: 100px;
	min-height: 85px;
	box-shadow: 2px 2px 5px #333;
	width: 100%;
	background-color: rgb(236, 192, 45);
	margin-bottom: 50px;
}
