body#home #header img {
	float: right;
}
body#home #container {
	background: url(/images/layout/home_background2.jpg) no-repeat;
	height: auto;
}
#homecontent {
	padding: 95px 45px 35px 45px;
	width: 910px;
	float: none;
	margin: 0;
}
object#tv {
	position: absolute;
	right: 40px;
	top: 190px;
	z-index: 110;
	width: 282px;
	height: 193px;
}
div#wide_promo {
	width: 796px;
}
/* @group Submenu */
ul#submenu, ul#submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#submenu {
	background: url(/images/menu/home_submenu_bg.jpg) top left no-repeat;
	width: 489px;
	padding: 14px 20px;
	height: 10px;
}
ul#submenu li {
	float: left;
	padding: 0 10px;
}
ul#submenu a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	opacity: 0.99;
}
ul#submenu a:hover {
	color: #A67E47;
}
/* @end */
/* @group Countries Table */
table#countries {
	margin-top: 2em;
	border-spacing: 0;
}
table#countries td {
	vertical-align: top;
	width: 227px;
	padding: 0;
}
table#countries td h2 {
	font-size: 0;
	text-indent: -9999px;
	background: no-repeat center center;
	display: block;
	height: 58px;
	margin: 0;
}
table#countries td img {
	width: 227px;
	margin: 0;
	opacity: 0.8;
}
table#countries td:hover img {
	opacity: 1;
}
table#countries td p {
	margin: 10px;
}
table#countries td p.read_more {
	text-decoration: underline;
	font-weight: bold;
}
table#countries td.China p, table#countries td.Ethiopia p {
	color: white;
	opacity: 0.99;
}
table#countries td.Cuba {
	background: #70D0EE;
}
table#countries td.Cuba:hover, table#countries td.Cuba.over {
	background: #44C7F4;
}
table#countries td.Cuba h2 {
	background-image: url(/images/home/cuba.gif);
}
table#countries td.China {
	background: #943118;
}
table#countries td.China:hover {
	background: #8A1D03;
}
table#countries td.China h2 {
	background-image: url(/images/home/china.gif);
}
table#countries td.Ethiopia {
	background: #BC9727;
}
table#countries td.Ethiopia:Hover {
	background: #B38807;
}
table#countries td.Ethiopia h2 {
	background-image: url(/images/home/ethiopia.png);
}
table#countries td.Vietnam {
	background: #726B21;
}
table#countries td.Vietnam:hover {
	background: #5C5500;
}
table#countries td.Vietnam h2 {
	background-image: url(/images/home/vietnam.png);
}
table#countries td.michael_card {
/* 	background: #BC9727; */
	background: #BC7727;
}
table#countries td.michael_card:hover {
/* 	background: #B38807; */
	background: #B37707;
}
table#countries td.michael_card h2 {
	background-image: url(/images/home/michael_card.gif);
}
/* @end */