@charset "utf-8";
/* CSS Document */
body{
	background:#000000;
}

#main_frame{
	width:876px;
}

.logoTP{
	float:left;
	width:876px;
	margin:5px 0px 0px 0px;
}

.text_str{
	float:left;
	background:url(images/text_banner.png) no-repeat center;
	width:876px;
	height:55px;
}

#container{
	float:left;
	background:url(images/bg_intro.gif) no-repeat;
	width:780px;
	height:336px;
	margin:15px 0px 0px 50px;
}

#box_lang{
	float:left;
	width:750px;
	height:27px;
	margin-left:50px;
	margin-right:15px;
}

.s_lang{
	float:right;
	background:url(images/bg_btnLang.gif) no-repeat;
	width:83px;
	height:27px;
	margin:0px 0px 0px 7px;
	padding-top:5px;
	color:#4C4C4C;
	text-transform:uppercase;
	font-family:Arial;
	font-size:8pt;
	cursor:pointer;
}

.s_lang_over{
	float:right;
	background:url(images/bg_btnLang_hover.gif) no-repeat;
	width:83px;
	height:27px;
	margin:0px 0px 0px 7px;
	padding-top:5px;
	color:#4C4C4C;
	text-transform:uppercase;
	font-family:Arial;
	font-size:8pt;
	cursor:pointer;
}

.intro{
	float:left;
	margin:5px 0px 0px 8px;
}
