@charset "utf-8";
/* CSS Document */

body, html {
	width:100%;
	height:100%;
	margin: 0;
	padding:0;
	font-size:12px;
}
#basicContainer {
	position:relativel;
	width:100%;
	height:200;
	margin: 0;
	padding: 0;
	background-image: url(images/basic/backgroung_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#top_container {
	position:relative;
	width:940px;
	height:200px;
	margin: 0 auto;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A2A2A2;
	border-left-color: #A2A2A2;
}
#top {
	position:relative;
	width:935px;
	height:25px;
	text-align:right;
	font-size:13px;
	color:#FFFFFF;
	padding: 5px 5px 0 0;
}
#top a {
	text-decoration:none;
	color:#FFFFFF;
}
#menu {
	position:relative;
	width:940px;
	height:60px;
}
#menu_swf {
	position:absolute;
	width:710px;
	height:60px;
	top:0;
	right: 0;
}
#swf_container {
	position:relative;
	width:940px;
	height: 110px;
	background-image: url(images/basic/pic_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
