@charset "utf-8";
/* CSS Document */

body, form, div, ul, li, hr { margin: 0; padding: 0;}
body{	
	background-image: url(../image/bgkindex.jpg);
	background-repeat:repeat-x;
	background-color: #fc5310;
	font-family: Tahoma;
	font-size: 11px;}
	
body#home {
	background-image: none;
	background-color: #000000;
	}

#Icontainer{
	margin:0px auto;
	background-image: url(../image/imacenter.jpg);
	background-position:top center;
	width: 640px;
	height: 541px;
}
#container{
	padding-top: 0;
	margin:0px auto;
	background-image: url(../image/bgkhome.jpg) ;
	background-repeat: repeat-x;
	background-position:top center;
	height: 541px;
}	
#idioms 
{
	position: relative;
	top: 240px;
	margin: 0 auto;
	width: 550px;
}
#idioms a
{
	text-decoration: none;
	color: #000000;
}
#idioms a:hover
{color: red;}
#idioms  #es
{
	float: left;
}

#idioms  #en
{
	float: right;
}
div .clear { clear: both;}

