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

body {
	background:url(../images/gradient.jpg) repeat-x;
}
#container_full  {
	margin:0;
	padding:0;
	width:100%;
}
#container_small {
	margin:10px, auto;
	text-align:left;
	width:670px;
}
#nav_align {
	top:-15px;
	left:95px;
	position:relative;
}
#background_design_bottom {
	background:url(../images/back_design_bottom.gif);
	position:fixed;
	width:1574px;
	height:139px;
	overflow:hidden;
	bottom:0px;
	left:-10px;
	z-index:-1;
	max-width:auto;
}
#background_design_top {
	background:url(../images/back_design_top.gif);
	position:fixed;
	width:1574px;
	height:139px;
	overflow:hidden;
	top:0px;
	left:-10px;
	z-index:-1;
	max-width:auto;
}

.background_top {
	background:url(../images/index_r1_c1.gif) no-repeat;
	position:relative;
	width:670px;
	height:186px;
	visibility:visible;
}
.background_mid {
	background:url(../images/index_r2_c1.gif) no-repeat;
	position:relative;
	left:12px;
	width:670px;
	height:58px;
	visibility:visible;
}
.background_bottom {
	background:url(../images/index_r3_c1.gif) no-repeat;
	position:relative;
	left:1px;
	width:670px;
	height:563px;
	visibility:visible;
}
#iframe {
	top:14px;
	left:95px;
	position:relative;
	overflow:auto;
}
	


/*transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}*/
