@charset "utf-8";

html {
height:100%;
}

a:link, a:visited{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#FFFFFF;
text-decoration:underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#a2a3a5 url(images/bg.gif) top center repeat-y;
}


.container{
width:990px;
height:auto !important; /* real browsers */
min-height:100%; /* real browsers */
margin:0px auto;
}
.body_container{
position:relative;
width:972px; 
height:1100px; 
margin:0 auto; 
text-align:left;
background:#b2b3b6 url(images/bg-main-bg.jpg) 0px 200px no-repeat;
}

/*** Mainpage ***/
.main_body_pic{
width:780px; 
height:615px;
}
.main_logo{
position:absolute;
top:10px;
left:30px;
width:118px; 
height:256px; 
}
.main_language{
position:absolute;
top:365px;
left:55px;
width: 180px; 
height:60px; 
font-family:Arial, Helvetica, sans-serif; font-size:11px; 
color:#000;
}
.main_footer_logo{
position:absolute;
top:760px;
left:0px;
width:972px; 
height:228px; 
background:url(images/logo-footer.gif) no-repeat top; 
margin:0;
}
.main_footer_container{
position:absolute;
top:990px;
width:972px; 
height:130px; 
margin:0px auto;
text-align:center;
}
.main_copyright{
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
color:#000; 
margin-top:15px;
}

.footer_url{
float:left;
width:221px; 
height:60px; 
background:url(images/kiaxgameasia2.gif) no-repeat bottom;
}

.copyright{
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
color:#000;
}

.height_break{
width:100%; 
height:15px;
}

/*.clearer{
clear:both;
}*/

.clearer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/*.clearer {display: inline-block;}   for IE/Mac */

.clear-height{
	height:1px;	
	}


/***Banner***/

.main_top_banner{
position:absolute;
left:195px;
top:10px;
width:720px; 
height:90px; 
border:#333 4px solid; 
}
.main_footer_banner{
width:468px; 
height:60px; 
border:#333 4px solid; 
margin:0 auto; 
margin-top:10px;
}