﻿/* for the right section only on home page */

/* latest news */
#news 
{
	float: right;
	background: #C8D3B4 url(../images/worlds-float.gif) no-repeat right top;
	margin: 42px 40px 0 20px;
	width: 170px;
	height: 300px;
}

#news img /* positioning for the world image sitting in the html */
{
	position: relative; /* required to position relatively with the float element used above */
	top: -155px;
	right: 0px;
	z-index: 3;
}

