@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
body {
	background: #000000;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
	background: #000000;
}
#main {
	background: url(../images/mpcbg.png) no-repeat center bottom;
	height: 392px;
	width: 670px;
	padding-right: 65px;
	padding-left: 65px;
}
#iconwrapper {
	padding-top: 31px;
	padding-left: 199px;
	width: 601px;
}
#icons {
	height: 75px;
	width: 402px;
}
#license {
	height: 75px;
	width: 64px;
	background: url(../images/licenses.png) no-repeat;
	cursor: pointer;
	float: left;
	margin-right: 15px;
}
#tshirts {
	background: url(../images/tshirts.png) no-repeat;
	height: 75px;
	width: 85px;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
#dynamic {
	background: url(../images/dynamic.png) no-repeat;
	height: 75px;
	width: 64px;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
#daily {
	background: url(../images/daily.png) no-repeat;
	height: 74px;
	width: 64px;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
#graphics {
	background: url(../images/graphics.png) no-repeat;
	height: 32px;
	width: 64px;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}
#footer {
	height: 15px;
	width: 690px;
	padding-right: 55px;
	padding-left: 55px;
	padding-top: 28px;
}
#footer p {
	font: 9px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2D4A5B;
	letter-spacing: 0.09em;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #225E7C;
	text-decoration: none;
	font-size: 9px;
}
