body {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-color:#000000;
}
#product1 {
	margin: 0px;
	height: 200px;
	width:250px;
	background-image:url(images/mug.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 130px;
	top: 120px;
	border:dotted;
	border-width:1px;
	border-color:#FF0000;
	visibility:hidden;
}
#product2 {
	margin: 0px;
	height: 200px;
	width:250px;
	background-image:url(images/tshirt.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 430px;
	top: 120px;
	border:dotted;
	border-width:1px;
	border-color:#FF0000;
	visibility:hidden;
}
#product3 {
	margin: 0px;
	height: 200px;
	width:250px;
	background-image:url(images/hoody.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 730px;
	top: 120px;
	border:dotted;
	border-width:1px;
	border-color:#FF0000;
	color:#FFF;
	font-size:20px;
	visibility:hidden;
}
#design1 {
	margin: 0px;
	width: 100px;
	height: 100px;
	background-image:url(images/design1.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 130px;
	top: 350px;
	cursor: move;
	border:dotted;
	border-width:1px;
	border-color:#FF0000;
	visibility:hidden;
}
#design2 {
	margin: 0px;
	width: 100px;
	height: 100px;
	background-image:url(images/design2.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 330px;
	top: 350px;
	cursor: move;
	border:dotted;
	border-width:1px;
	border-color:#FF0000;
	visibility:hidden;
}
#design3 {
	margin: 0px;
	width: 100px;
	height: 100px;
	background-image:url(images/design3.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 530px;
	top: 350px;
	cursor: move;
	border:dotted;
	border-width:1px;
	border-color:#FF0000;
	visibility:hidden;
}
#design4 {
	margin: 0px;
	width: 100px;
	height: 100px;
	background-image:url(images/design4.png);
	background-repeat:no-repeat;
	position: absolute;
	left: 730px;
	top: 350px;
	cursor: move;
	border:dotted;
	border-width:1px;
	border-color:#FF0000;
	visibility:hidden;
}
div{
	font-family:arial;
	font-size:13px;
	background-color:#000000;
}
#outside{
	position:absolute;
	left:550px;
	top:50px;
	width:200px;
	height:30px;
	background-color: ccf;
	margin:0px;
	padding:0px;
	overflow: hidden;
}
.msg{
	position:absolute;
	left:5px;
	top:35px;
	width:180px;
	height:20px;
	margin: 0px;
	padding:0px;
	color:#FFFFFF;
	font-size: 12px;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}
#menu {
	position:absolute;
	left:20px;
	top:120px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
#menu .section a {
	color:#FFFFFF;
	font-size: 18px;
	background-color: #000000;
	display: block;
	padding: 5px;
	margin: 0px;
}
#menu .section .submenu a {
	background-color:000;
	color:#FF0000;
	font-size: 14px;
}
#menu .submenu {
	height: 100px;
	background-color: #000000;
	display: none;
}
#shop{
	position:absolute;
	height:110px;
	width:850px;
	top:480px;
	left:130px;
	visibility:hidden;
}
#shop ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#shop li {
	display: inline;
}
#shop img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cart{
	position:absolute;
	top:620px;
	left:130px;
	color:#FFFFFF;
	font-size: 14px;
	visibility:hidden;
    }
#prompt1{
	position:absolute;
	top:325px;
	left:130px;
	height:20px;
	color:#FFF;
	font-size: 14px;
	visibility:hidden;
}
#prompt2{
	position:absolute;
	top:455px;
	left:130px;
	height:20px;
	color:#FFF;
	font-size: 14px;
	visibility:hidden;
}	