@charset "utf-8";

/* CSS Document */


body{
	margin:0;
	padding:0;
	background:#e1e1e1 url(../images/bg.jpg) no-repeat center top;
	font-family:Forgotten Futurist Rg;
	font-weight:400;
	}
	
#home{
	width:980px;
	height:auto;
	margin:0 auto;
	}

#top{
	float:left;
	width:980px;
	height:160px;
	}

#menu{
	float:left;
	width:338px;
	height:33px;
	background:#00dc9b;
	margin-top:40px;
	}

#logo{
	float:right;
	width:135px;
	height:81px;
	margin:37px 60px 0 0;
	}

#main{
	float:left;
	width:980px;
	height:auto;
	}

#left{
	float:left;
	width:310px;
	height:372px;
	}

#content{
	float:left;
	width:630px;
	height:auto;
	min-height:332px;
	background:#FFF;
	padding:20px;
	font-size:13px;
	color:#000;
	font-family:Forgotten Futurist Rg;
	font-weight:400;
	}
#content span{
	 font-size:13px;
	 }
#content h1{
	 font-size:32px;
	 }

.language{
	float:left;
	display:block;
	margin-top:390px;
	font-size:13px;
	}
.language a{
	color:#000000;
	text-decoration:none;
	}