/* CSS Document for IACD site */


/* --------------- default values -------------- */

#hide {
	display: none;
}

* { /* For all elements */
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear:both;
	height: 10px;
	font-size: 1%;
}

body {
	background: url('../images/bg.gif') repeat-x top left;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

p {
	text-align: left;
}

p a {
	text-align: left;
}

#frame {
	margin: 0 auto;
	padding: 0;
	width: 595px;
}

#world {
	padding: 0;
	width: 595px;
	height: 430px;
	position: relative;
	text-align: left;
	background: url('../images/trajectory.gif') no-repeat 148px 48px;
}

#frame #world #about {
	position: absolute;
	left: 31px;
	top: 320px;
	height: 54px;
	width: 84px;
	padding: 5px;
	background-color: #fff;
}

#frame #world #about p a {
	color: #e2017b;
	
}

#frame #world #us {
	position: absolute;
	left: 167px;
	top: 169px;
	height: 54px;
	width: 84px;
	padding: 5px;
	background-color: #e2017b;
	z-index: 1;
}



#frame #world #uk {
	position: absolute;
	left: 300px;
	top: 126px;
	height: 54px;
	width: 84px;
	padding: 5px;
	background-color: #e2017b;
}

#frame #world #aus {
	position: absolute;
	right: 102px;
	top: 275px;
	height: 54px;
	width: 84px;
	padding: 5px;
	background-color: #e2017b;
}

/*#world #trajectory {
	z-index: 2;
	position: absolute;
	top: 47px;
	left: 148px;
	background: url('../images/trajectory.gif') no-repeat top left;
	width: 433px;
	height: 281px;
}*/

#world #world1 {
	float: left;
	background: url('../images/bg_1.gif') no-repeat top left;
	width: 167px;
	height: 430px;
}


#world #world2 {
	float: left;
	background: url('../images/bg_2.gif') no-repeat top left;
	width: 133px;
	height: 430px;
}

#world #world3 {
	float: left;
	background: url('../images/bg_3.gif') no-repeat top left;
	width: 143px;
	height: 430px;
}


#world #world4 {
	float: left;
	background: url('../images/bg_4.gif') no-repeat top left;
	width: 152px;
	height: 430px;
}
