@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
}


#logo {
	background-color: #000000;
	background-image: url(logo.jpg);
	height: 441px;
	width: 465px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

#boxes {
	margin-right: auto;
	margin-left: auto;
	width: 782px;
}
.box {
	font-size: 24px;
	color: #A3A3A3;
	background-image: url(box.png);
	margin: 10px;
	float:left;
	height: 202px;
	width: 351px;
	background-repeat: no-repeat;
	text-align:center;
}
.box-text {
	font-size: 24px;
	color: A3A3A3;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.product-pic {
	height: 125px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottom-light {
	background-image: url(bottom-light.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 924px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	
}
#container {
	height: auto;
	width: 782px;
}
