@charset "UTF-8";

body, html {
	margin: 0px auto;
	padding:0px;
	height:100%;
	text-align:center;
	background-color: #190f52;
}
img {
	border: none;
}
#site_bg {
	height: 100%;
	width: 100%;
	/* --Optional BG Style-- */
}
#site_area, #site_block {
  	height: 652px;
  	width: 970px;
}
#site_area {
	bottom: 50%;
    right: 50%;
	height: 652px;
    width: 970px;
    position: absolute;
}

#site_block {
    left: 50%;
    position: relative;
    top: 50%;
	background-color:#FFF;
	background-image:url(../images/common/site_block_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

		#header_block{
			width:970px;
			height:204px;
		}
			#header_menu {
				display:block;
				float:right;
				position:absolute;
				width:740px;
				color: #FFF;
				font-size: 14px;
				text-align: center;
				background: #3f4042;
				margin-top:234px;
				margin-left:230px;
				padding:10px 0px;
				z-index:1;
			}
			#header_flash {
				display:block;
				position:absolute;
				float:left;
				width:450px;
				height:230px;
				left: 0;
				top:0;
				z-index:0;
			}
			#header_portal {
				width:508px;
				height:190px;
				float:right;
				right: 0;
				top: 0;
			}
			
		#left_body{
			position:absolute;
			top: 140px;
			width:228px;
			height:380px;
			display:block;
			float:left;
		}
		#right_body{
			position:absolute;
			margin-left:228px;
			top:280px;
			width:740px;
			height:340px;
			display:block;
			float:right;
			overflow:hidden;
		}
				#content_area {
				Height:300px;
				margin:20px;
				display:block;
				overflow: auto;
				overflow-y: auto;
				overflow-x: hidden;
				text-align:left;
				}
	
	#footer_area {
		display:block;
		position:absolute;
		height:20px;
		text-align:left;
		vertical-align:middle;
		font-size:10px;
		color:#555;
		top:604px;
		left:20px;
	}

img {border:none;}

hr {background-color:#CCC; color:#CCC; border: #CCC; }


#loading {
	background: url(../images/common/loader.gif) no-repeat center center;
	position:relative;
	margin-top:150px;
	margin-left:220px;
	height:32px;
	display:none;
}
