html{
	background-position: center;
}
#wrapper {
	width:1200px;
	margin: auto;
}
#maincontent {
	width: 1040px;
	float: left;
}
aside {
	width: 160px;
	float: right;
}
footer {
	clear: both;
}
#navbar{
	padding: 5px;
	border-radius: 10px;
	border: 5px solid rgba(220,220,220);
}
#navbar_logo{
	height: 4px;
	border: 5px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
#body{
	background: rgb(255, 255, 255);
	background: rgba(220,220,220);
	border-radius: 10px;
	padding: 10px;
	
}
.col {
	border: 1px;
	width:1000px;

}
.centered {
	background-color: #90EE90;
	width:88.5%;
	text-align:center;
}
.sub-centered {
	background-color: #90EE90;
	width:88.5%;
	color:#514B4B;
	text-align:center;
}
.row{
	margin: 0px;
}
#softp{
	margin: 50px;
}
.center_heading{
	text-align:center;
}
.product_thumbnail{
	height: 150px;
	border-radius: 5px;
	border: solid black 1px;
}
.product>h5, .product>p {
	margin: 0px;
	padding: 0px;
}
.computer_thumbnail{
	height: 150px;
	width: 150px;
	background-color:#90EE90;
}
.on_sale{
	height: 50px;
	position: absolute;
}
td {
  vertical-align: bottom;
}
tr {
	padding: 10px;
	width: 30px;
}
body {
	background-image:url(images/system/circuitboard_seamless.png);
	background-position: center;
	background-color: rgba(0,0,0,.5);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

#footer {
	border-radius: 10px;
	border: 5px solid rgba(220,220,220);
	background: salmon;
}

.carousel-inner img{
	width:50;
	height:350px;
}
.carousel-inner{
	text-align: center;
}

.carousel{
	background-color:rgba(0,0,0,0.6);
}

.carousel-caption{
	background-color: rgba(0,0,0,0.5);
}