@charset "utf-8";

/* Time Zones utilities */

/*#####################################################################*/

body > div#container > div#plainText {
	position:absolute;
	display: block;
	top:323px;
	left:0px;
	width:448px;
	height:152px;
	z-index:0; }

body > div#container > div#plainText p {
	position:relative;
	top:10px;
	left:10px;
	font-size: 12px;
	font-weight:normal;
	color:#393B41;
	text-decoration:none; }

#container > div#worldTimes {
	display:block;
	position:relative;
	top:99px;
	width:146px;
	height:642px;
	left:468px;
	z-index:1;
	font:Arial, Helvetica, sans-serif;
	background-image: url(/img/worldTimes.jpg);
	background-repeat: no-repeat;
}

#container > div#timeZoneLinks {
	display:block;
	position:relative;
	margin: 0;
	padding: 0;
	top:-543px;
	width:146px;
	height:642px;
	left:614px;
	font-size: 4px;
	z-index:2;
	font:Arial, Helvetica, sans-serif;
	background-image: url(/img/timeZoneLinks.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
	color:#393B41;
}
