html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	/*color: #666666;*/
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	/*padding: 0px;*/
}

#wrapper {
	width: 790px;
	/*background-color: #FFFFFF;*/ 
}

#logo_div {
	height: 150px;
	background-image: url(../img/home/logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 10px;
}


#language_UP_div {
	height: 82px;
	background-image: url(../img/home/home_bkg_up.jpg);
	background-repeat: no-repeat;
}

#language_DOWN_div {
	height: 18px;
	background-image: url(../img/home/home_bkg_down.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#download_flash_div {
	margin-top: 100px;
	height: 13px;
	text-align: center;
}




/*
#div_0 a{
	color: #CCCCCC;
	border-top: 5px solid #99CCFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 35px;
	padding-left: 10px;
	padding-bottom: 1px;
}

#div_0 a:hover, #div_0 a:focus {
	background-color: #99CCFF;
	color: #666666;
}

#div_1 a{
	color: #CCCCCC;
	border-top: 5px solid #9BF300;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 35px;
	padding-left: 10px;
	padding-bottom: 1px;
}

#div_1 a:hover, #div_1 a:focus {
	background-color: #9BF300;
	color: #666666;
}

#div_2 a{
	color: #CCCCCC;
	border-top: 5px solid #FFCC00;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 1px;
}

#div_2 a:hover, #div_2 a:focus {
	background-color: #FFCC00;
	color: #666666;
}
*/

