html, body, div, form, table, h1, h2, h3, h4, h5, h6 {    margin: 0px;    padding: 0px;    }body {	background-color: black;}p {	font-family: sans-serif;	color: white;	margin: 0px;	padding: 0px;}div#bodywrapper {	width: 1000px;	height: auto;	overflow: hidden;	background-color: #000;	top: 0;	margin: 0 auto 0 auto;	padding: 0 0 0 0;	border: 0;	}div#header {	width: 1000px;	height: 200px;	overflow: hidden;	background-image: url(images/header.png);}div#menu {	width: 1000px;	height: 20px;	font-size: 18px;	overflow: hidden;	background-color: blue;	font-weight: bold;}div#artbox {	width: 1000px;	height: auto;	overflow: hidden;	background-color: black;	float: left;}div#textbox {	width: 1000px;	min-height: 200px;	overflow: hidden;	float: left;	padding: 0px;	margin-top: 10px;}div.digipakthumb {	width: 224;	height: 200;	float: left;	overflow: hidden;	margin: 10px 12px 0 13px;}div.cdthumb {	width: 200;	height: 200;	float: left;	overflow: hidden;	margin: 10px 25px 0 25px;}div.shaka {	width: auto;	min-width: 200px;	height: auto;	min-height: 200px;	margin: 0 auto 0 auto;	overflow: hidden;	text-align: center;}div.shirtsm {	width: 1000px;	height: auto;	margin: 0 auto 0 auto;	overflow: hidden;	text-align: center;	float: left;}div.linebreak {	width: 1000px;	height: 22px;	margin: 5px auto 0 auto;	overflow: hidden;	text-align: center;	float: left;}.centered {	text-align: center;	margin: 0 auto 0 auto;}