html, body{
	margin: 0px;
	padding: 0px;
}

body {
	height:100%;
	width:100%;
	margin:0;padding:0;
font-family:Helvetica;
line-height : 120%;
text-indent: 0px;
font-size:.8em;
color:#fff;
text-align:left;

}
h1{color:#fff;
font-size:1.5em;
font-weight:bold;
text-align:left;
font-family:Arial;
line-height:.8em;
}

 a {
	color: #ffffcc;
	text-decoration: none;
}

a:hover {
	color: #990000;
}
a img {
  border: none;
}
a visited{border:none;}
a selected{border:none;}




#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;left:0px;
	overflow:hidden;

}
 
	#mask {
		width:500%;background: url(mybg.jpg);
background-color:#000;
		height:100%;

	
	}
 
	.item {
		width:20%;
		height:100%;
		float:left;
		color:#000;
	}
	
	
	.content {
top:8px;
width:1020px;
height:auto;
text-align:center;
margin:0 auto;
padding:10px 0px 10px 0px;
color:#fff;

position:relative;
	}


#box{
position:absolute;
top:98px;
left:20px;
width:1000px;
height:416px;


 /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;

}
#boxtop{
position:absolute;
top:70px;
left:270px;
width:730px;
height:auto;
text-align:left;
}
#boxtop3{
position:absolute;
top:70px;
left:35px;
width:1020px;
height:auto;
text-align:left;
}

 #globe{
position:absolute;
top:70px;
left:43px;
width:200px;
height:auto;

}
	.clear {
		clear:both;
	}
