#cart {
	border-style: solid;
	background-color: #000000;
	width: 200px;
	position: fixed;
	top: 200px;
	opacity: 0.5;
}

#cart:hover {
	opacity: 1.0;
}

#menu {
	position: absolute;
	border-style: solid;
	left: 600px;
	top: 200px;
	width: 400px;
	height: 300px;
}

#filler {
	width: 400px;
	height: 300px;
	position: relative;
	left: 500px;
	top: 200px;
}

#addtocart {
	position: relative;
	top: 20px;
	left: 20px;
}

#addtocart:hover {
	border-style: solid;
}