body {
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p {

}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: normal;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: normal;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}
ul
{
	list-style-image: 	url(images/doubledashes.gif);
	padding: 0;
	margin: 0;
}
li
{
	padding: 0;
	margin: 0;
}
/* layout css */ 
div#centre {
	position: absolute;
	top:0px;
	left: 50%;
	margin-left: -381px;
	border: 0px;
	vertical-align:top;
}
div#logo {
	position: absolute;
	top: -1000px;
	visibility: hidden;
	height: 0px;
}
div#descriptor {
	position: absolute;
	top:0px;
	width: 762px;
	height: 75px;
 }
div#flashmovie {
	position: absolute;
	top:84px;
	width: 762px;
	height: 76px;	
	overflow: hidden;
 }
 div#globallist {
	position: absolute;
	top:220px;
	width: 165px;
	height: 245px;
	left: 5px;
 }
 #globallist ul{
	position: absolute;
	top:220px;
	width: 165px;
	height: 245px;
	left: 5px;
 }
 div#asialist {
	position: absolute;
	top:220px;
	left: 195px;
	width: 165px;
	height: 245px;
	padding-left: 5px;
 }
  div#americaslist {
	position: absolute;
	top:220px;
	left: 390px;
	width: 165px;
	height: 245px;
	padding-left: 5px;
 }
   div#europelist {
	position: absolute;
	top:220px;
	left: 586px;
	width: 165px;
	height: 245px;
	padding-left: 5px;
 }
div#bottomline {
	position: absolute;
	top:629px;
	width: 762px;
	height: 1px;
	background-color: #CCCCCC;
	overflow:hidden;	
}
div#footer {
	position: absolute;
	top:634px;
	width: 762px;
}
div#leftfooter {
	position: relative;
	top:0px;
	width: 300px;
	float:left;

}
div#rightfooter {
	position: relative;
	top:0px;
	width: 462px;
	float:left;
	text-align:right;
}


/* text classes */

.link {
margin: 0px 0px -2px 0px;
}
.chinalink {
margin: -1px 0px -8px 0px;
}
.japanlink {
margin: 8px 0px -6px 0px;
}
.link a {
	margin: 0 0 0 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}