#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 925px;
}

	/** right-margin **/
	#container #right-margin {
		position: absolute;
		top: 0px;
		left: 926px;
		width: 15px;
		height: 1260px;
		background: repeat-y url('/global-img/home/right-outside-border.gif');
	}
	
	/** body **/
	#container #body {
		position: relative;
		top: 0px;
		right: 0px;
		width: 753px;
		height: 806px;
		float: right;
		background-color: #fff;
		border-top: 1px solid #ccc;
	}
		/** body center **/
		#container #body #center {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 406px;
			height: 805px;
			font: 12px Arial,Helvetica;
			color: #222;
			background: #e5eef5 url(/global-img/home/main-content-left-back.png) repeat-y;
		}
			#container #body #center #intraday {
				position: absolute;
				top: 10px;
				left: 10px;
				width: 385px;
				height: 280px;
			}
			#container #body #center #chart {
				position: absolute;
				top: 320px;
				left: 10px;
				width: 385px;
				height: 315px;
				overflow: hidden;
			}
			#container #body #center #disclaimer {
				position: absolute;
				top: 640px;
				left: 10px;
				width: 387px;
				height: 120px;
				overflow: auto;
				font: .8em Arial,Helvetica;
				color: #999;
				text-align: center;
			}
				#container #body #center #disclaimer a,
				#container #body #center #disclaimer a:hover,
				#container #body #center #disclaimer a:visited,
				#container #body #center #disclaimer a:active {
					color: #888;
				}
		
		/** body right **/
		#container #body #right {
			position: absolute;
			top: 0px;
			right: 151px;
			width: 194px;
			height: 806px;
			font: .75em Arial,Helvetica;
			color: #222;
			line-height: 1.2em;
			border-right: 1px solid #ccc;
			border-left: 1px solid #ccc;
		}
			#container #body #right h3 {
				font-family: "Dow Jones Cooper Medium";
				font-size: 1.3em;
				line-height: 1em;
				font-weight: normal;
				color: #88734b;
				margin: 0 .5em 1em .5em;
			}
			#container #body #right p {
				margin: .8em .8em 0 .8em;
			}
			#container #body #right a,
			#container #body #right a:hover,
			#container #body #right a:visited,
			#container #body #right a:active {
				color: #005596;
				font-weight: bold;
			}
			/* OFFICIAL RIGHT CONTENT WELL LAYOUT W/ RECENT PRESS RELEASES ON TOP */
			#container #body #right div.news-section {
				width: 100%;
				border-bottom: 1px solid #ccc;
				padding: 1em 0;
			}
			
#dji-milestone {
	position: absolute;
	top: 315px;
	left: 790px;
	width: 120px;	
}

#dji-news {
	position: absolute;
	top: 650px;
	left: 775px;
	width: 150px;
	padding: 0.5em ;
	font: 13px Arial,Helvetica;
	color: #222;	
}

#dji-news p {
	margin: 0 1em .7em 0;
}
