div {
	background-color: #000000;
}
.toptext {
	text-align: right;
	vertical-align: top;
	position: relative;
	top: 0px;
}
.top {
	border: thin solid #FF0000;
	position: relative;
	width: 902px;
	left: 50px;
	top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
}
.ecommerce {
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.login {
	position: relative;
	left: 50px;
	top: 635px;
	border: thin solid #FF0000;
	width: 300px;
}
.category {
	position: relative;
	left: 50px;
	top: 265px;
	border: thin solid #FF0000;
	width: 300px;
}
.cart {
	position: relative;
	left: 50px;
	top: 5px;
	width: 300px;
	border: thin solid #FF0000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	background-color: #000000;
	margin: 50px;
}
