
html, body 
{
	width:100%;
	height:100%;
}

#BodyArea {text-align:center;}
    #HeaderArea {width:1000px;height:30px;background:black;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:600px;position:relative;}
		#MainMenu {width:1000px;height:55px;position:absolute;top:545px;left:0;}
		#MainContent {width:600px;height:545px;position:absolute;top:0;left:400px;}
			#MainStarName {width:400px;height:130px;position:absolute;top:100px;left:130px;z-index:99;}
			#MainBoard {width:390px;height:155px;position:absolute;top:323px;left:150px;z-index:99;}
		#MainImage {width:400px;height:545px;position:absolute;top:0;left:0;}
		
	#FooterArea {width:1000px;height:30px;background:url('http://image.sidushq.com/starhome/default/footer_bg.gif');}