html, body 
{
	width:100%;
	height:100%;
}

#BodyArea {text-align:center;}
    #HeaderArea {width:1000px;height:30px;background:black/*url('http://file.vickizhao.net/files/2009/0420/header_bg.jpg')*/;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:600px;max-height:5000px;display:table-cell;}
		#SubPageTitle {width:1000px;height:120px;text-align:left;}
		#SubMenu {width:140px;height:650px;float:left;}
		#SubContent {width:650px;height:650px;text-align:center;float:left;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.vickizhao.net/starhome/default/footer.gif');}