body {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tvcContainer {
	clear: both;
	float: none;
	height: 468px;
	width: 1000px;
}
#tvcContainer #tvcLeft {
	background-image: url(../images/tvc-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 468px;
	width: 750px;
}
#tvcContainer #tvcLeft #tvc {
	margin-top: 68px;
	margin-left: 75px;
}
#tvcContainer #tvcRight {
	float: left;
	width: 250px;
	height: 468px;
}

