
html, body 
{
	width:100%;
	height:100%;
}

#BodyArea {text-align:center;}
    #HeaderArea {width:1000px;height:30px;background:black;text-align:right;}
        #HeaderContent {margin:8px 10px 0 0;}
            #HeaderContent select {width:130px;background:#383838;border:solid 1px #5f5f5f;vertical-align:middle;}
	
	#SubContentArea {width:1000px;height:500px;max-height:5000px;display:table-cell;}
		#SubPageTitle {width:1000px;height:120px;text-align:left;}
		#SubMenu {width:1000px;height:55px;}
		#SubInner {width:100px;height:650px;float:right;}
		#SubContent {width:690px;height:650px;text-align:center;float:right;background:#ffffff;display:table;}
		#SubImage {width:210px;height:650px;float:left;}
		*:first-child+html #SubContentArea {height:100%;}
		    *:first-child+html #SubContent {height:100%;}
		
	#FooterArea {width:1000px;height:30px;margin:0 0 50px 0;background:url('http://image.sidushq.com/starhome/default/footer_bg.gif');}