#html, body {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-color:#cccccc;
		background-repeat:no-repeat;

}
div#container {
		overflow:visible;
		position:relative;
		width:100%;
		height:100%;
		z-index:1;
}
div#top {
		overflow:visible;
		position:relative;
		width:90%;
		margin-top:-20px;
		background-color:#ffffff;
		z-index:1;
}
