@charset "utf-8";
/*************************************
*    CSS Document for Gogendo        *
*    filename: css.css               *
*    function: 1.set default value   *
*              2.set index value     *
*************************************/

/* --------- Default value -------- */
* { margin:0; padding:0; border:0;}

html, body { height:100%;}

ul, ol { list-style:none;}

a { text-decoration:none;}
a:hover { text-decoration:underline;}

iframe { border:none;}

table { width:100%; border-collapse:collapse; border-spacing:0;}

img { border:0;}
/*a,area { blr:expression(this.onFocus=this.blur()) }/* 清除链接虚线 For IE
:focus { -moz-outline-style: none; } /* 清除链接虚线 For FF */

body {
	margin:0;
	background:url(images/index_bg.jpg) center -30px repeat;
	font:12px/30px Arial;
	color:#000;
	text-decoration:none;
}
#page { height:100%;}
#logoWrap { height:135px; padding-top:180px;}
h1 {
	display:block;
	width:580px;
	height:135px;
	text-indent:-2000px;
	margin:auto auto 0 auto;
	background:url(images/logo_index.png) left top no-repeat!important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo_index.png');
}
#language {
	margin:50px auto;
	text-align:center;
}
#language a {
	font:14px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-right:40px;
	text-decoration:none;
}
#language a:hover {
	color:#000;
}
#copyright {
	text-align:center;
	margin-top:-30px;
}