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')*/;margin:100px 0 0 0;text-align:right;}
        #HeaderContent {margin:5px 10px 0 0;}
            #HeaderContent select {width:130px;background:#383838;border:solid 1px #5f5f5f;vertical-align:middle;}
	
	#MainContentArea {width:1000px;height:545px;position:relative;}
		#MainMenu {width:140px;height:545px;position:absolute;top:0;left:0;}
		#MainContent {width:460px;height:545px;position:absolute;top:0;left:140px;}
			#MainStarName {width:400px;height:130px;position:absolute;top:100px;left:37px;z-index:99;}
			#MainBoard {width:390px;height:155px;position:absolute;top:380px;left:37px;z-index:99;}
		#MainImage {width:400px;height:545px;position:absolute;top:0;left:600px;}
		
	#FooterArea {width:1000px;height:30px;background:url('http://image.vickizhao.net/starhome/default/footer.gif');}