html{
    height:100%;
}
* html div#pagebuilding{
    height:100%;
}
#pagebuilding{
	position: relative;
	min-height: 100%;
	width:908px;
	margin:0px auto;
	background-image: url(../images/bg.gif);
}
body > #pagebuilding {
        height: auto;
}
#flashcontent{
	color: gray;
	text-align: center;
}
#footer{
	bottom: 0px;
	width:900px;
	position: absolute;
	margin-left: 4px;
	text-align: center;
}
#contents{
	width:900px;
	padding-bottom: 284px;
	margin-left: 4px;
}