*{
	margin:0px;
	padding:0px;	
}
a img{
	border:0px #FFF solid;	
}
.container{
	width:900px;
	margin:0px auto;	
}
.head{
	position:relative;
	margin:0px 0px 20px 20px;
}
.head .logo{
	margin:0px 0px 0px 0px;
}
.head .cclink{
	position:absolute;
	top:0px;
	left:95px;
	height:80px;
	width:230px;
	background-color:#FFF;
}
.head .cclink:hover{
	background-color:#E4E4E4;
	overflow:hidden;
	display:block;
	background-image:url(../i/ccgray.gif);
	background-repeat:no-repeat;
	background-position:center bottom;	
}
.head .lang{
	position:absolute;
	top:0px;
	right:0px;
}
.content{
	position:relative;
	top:0px;
	left:0px;
	font-family:sans-serif;
	font-size:16px;
}
#content{
	margin:5px 10px 0px 10px;
}
.section{
	width:900px;
	display:block;
	position:relative;
	z-index:2;
}
#about{
	background-color:#e4e4e4;
	font-size:16px;
	font-family:sans-serif;	
}
#about .prop-top{
	height:20px;
	width:100%;
	display:block;
	background-image:url(../i/top-lightGray.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
.aboutBttnSelected{
	display:block;
	width:100px;
	height:45px;
	background-image:url(../i/bttn-about-gray.gif);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	margin:-15px 0px 0px 0px;
	left:45px;
	z-index:20;
}
.aboutBttn{
	display:block;
	width:100px;
	height:45px;
	background-image:url(../i/bttn-about-normal.gif);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	margin:-15px 0px 0px 0px;
	left:45px;
	z-index:20;
}
.aboutBttn:hover{
	background-image:url(../i/bttn-about-hover.gif);
}
#about .prop-bottom{
	padding:0px 0px 0px 0px;
	background-image:url(../i/bottom-lightGray.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#e4e4e4;
	width:100%;
	height:20px;
}
#about #content{
	margin:20px 270px 10px 40px;
}
#about #content p{
	margin:10px 0px 5px 0px;	
}
#buzz{
	background-color:#676767;
}

#buzz .prop-top{
	height:20px;
	width:100%;
	display:block;
	background-image:url(../i/top-medGray.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#buzz .prop-bottom{
	height:20px;
	display:block;
	background-image:url(../i/bottom-medGray.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#676767;
	width:100%;
}
.buzzBttnSelected{
	display:block;
	width:100px;
	height:45px;
	background-image:url(../i/bttn-xubuzz-selected.gif);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	margin:-10px 0px 0px 0px;
	left:145px;
	z-index:21;
}
.buzzBttn{
	display:block;
	width:100px;
	height:45px;
	background-image:url(../i/bttn-xubuzz-normal.gif);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	left:145px;
	z-index:21;
	margin:-10px 0px 0px 0px;
}
.buzzBttn:hover{
	background-image:url(../i/bttn-xubuzz-hover.gif);
}
#record-top{

}
#record{
	background-color:#000000;
	padding:0px;
	margin:0px;
	color:#FFF;
	font-size:16px;
	text-align:center;
}
#record .content{
	padding:40px 80px 0px 70px;
	text-align:right;
}
#record .content a{
	color:#059EB2;
	font-weight:bold;
	text-decoration:underline;	
}
#record .content a:hover{
	text-decoration:none;	
}
#record .prop-top{
	height:20px;
	width:100%;
	background-image:url(../i/top-black.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000000;	
}
#record .prop-bottom{
	height:60px;
	width:100%;
	display:block;
	background-image:url(../i/bottom-tealGrayBlack.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.recordBttnSelected{
	display:block;
	width:200px;
	height:45px;
	background-image:url(../i/bttn-record-selected.gif);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	left:245px;
	z-index:21;
	margin:-15px 0px 0px 0px;
}
.recordBttn{
	display:block;
	width:200px;
	height:45px;
	background-image:url(../i/bttn-record-normal.gif);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	left:245px;
	z-index:21;
	margin:-15px 0px 0px 0px;
}
.recordBttn:hover{
	background-image:url(../i/bttn-record-hover.gif);
}
.flashFrame{
	width:880px;
	margin:20px auto;
	padding:0px;
}
.foot{
	margin:5px auto;
	text-align:center;
	font-size:10px;
}
.foot a{
	color:#059EB2;
}
.xubu{
	font-weight:bold;
	color:#059EB2;	
}

#languages {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
}

#languages li {
    display: inline;
    padding: 0 0.3em;
    color: #059EB2;
    cursor: pointer;
}
