﻿/*
-----------------------------------------------------
Wizards.com:  products.css
Copyright (c) 2008 Wizards of the Coast
http: //www.wizards.com/

The primary purpose of these styles is to provide the framework
for the new Product page "minisite" look; this is one big splash
image (linked) with four smaller call-to-action graphics in a row
below it (also linked).
-----------------------------------------------------
*/

@import url("styles.css");

#centerColumn {
	margin-right: 2px;
	width: 810px;
}
#centerColumn #content {
	padding: 0;
	width: 810px;
}
#splash {
	width: 807px;
	height: 388px;
}
#splash a img {
	border: 0; 
}
#boxes {
	position: relative;
	top: 8px;
}
#boxes ul {
	list-style: none;
	margin: 0;
}
#boxes ul li {
	float: left;
	width: 202px;
	height: 165px;
}
#boxes ul li a img {
	border: 0;
}
