html{
    height:100%;
}
* html div#pagebuilding{
    height:100%;
}
#pagebuilding{
	position: relative;
	min-height: 100%;
	width:920px;
	height: 592px;
	margin:0px auto;
}
body > #pagebuilding {
        height: auto;
}
#contents{
	width:920px;
	height: 592px;
}
#header{
	width:920px;
	height: 47px;
	position: absolute;
	top: 0;
	text-align: right;
}
#main{
	width:920px;
	height: 467px;
	position: absolute;
	background-image: url(../images/bg.gif);
	margin-top: 47px;
}
#flashcontent{
	color: gray;
	text-align: center;
}
#footer{
	width:920px;
	height: 93px;
	position: absolute;
	margin-bottom: 20px;
	margin-top: 529px;
}
#news{
	width:590px;
	height: 57px;
	position: absolute;
	margin-bottom: 20px;
	margin-top: 529px;
	padding-top: 36px;
	padding-left: 50px;
}
#copyright{
	width:920px;
	height: 20px;
	position: absolute;
	text-align: right;
	margin-top: 623px;
}