/*This css document is used for the index page (the landing page for the user where they choose the USA or BKK version*/
body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#000000;
	background-image:url(landing_images/greybg.jpg);
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:14pt;
	color:#ffffff;
}

.wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:transparent;
	width:960px;
}

a:link{
	text-decoration:none;
	border:none;
	padding:0;
	margin:0;
	color:transparent;
}

a:visited{
	text-decoration:none;
	border:none;
	padding:0;
	margin:0;
	color:transparent;
}

a:hover{
	text-decoration:none;
	border:none;
	padding:0;
	margin:0;
	color:transparent;
}

a:active{
	text-decoration:none;
	border:none;
	padding:0;
	margin:0;
	color:transparent;
}

.destiny{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
}

.country{
	text-indent:40px;
}