
body {
	background: #fff url('../images/bg_body_home.jpg') repeat-x;
}


/* --------- DIV IDS --------- */

#home-content {
	position: relative;
	width: 996px;
	height: 575px;
}

#flash {
	position: absolute;
	z-index: 50;
	width: 996px;
	height: 575px;
}

#latest-news, #ise-esm, #rw-apps {
	position: absolute;
	right: 10px;
	z-index: 150;
	width: 233px;
}
#latest-news h2, #ise-esm h2, #rw-apps h2 {
	margin: 0 0 4px 0;
	font-size: 14px;
	color: #3664a0;
	text-transform: uppercase;
}
#latest-news img, #ise-esm img, #rw-apps img {
	margin-bottom: 6px;
	border: 1px solid #5b5c5c;
}
#latest-news p, #ise-esm p, #rw-apps p {
	margin: 0 0 4px 0;
	font-size: 10px;
	line-height: 120%;
	color: #898989;
}
#latest-news p a, #ise-esm p a, #rw-apps p a {
	text-decoration: none;
	color: #898989;
}
#latest-news em {
	font-weight: bold;
	color: #5d5d5d;
}

#latest-news {
	top: 20px;
}

#ise-esm {
	top: 228px;
}

#rw-apps {
	top: 404px;
}