/* CSS Document */
html{
	width: 100%;
	height: 100%;
}

body{
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background: url(../images/flowers_sin.gif);
}
#container{
	margin: 0px auto;
	width: 900px;
	height: 100%;
	background-color: #B1AE99;
}
#thumbFrame {
	background-color: #000;
	height: 100%;
	width: 900px;
	border: none;
}
#contentFrame{
	background-color: #000;
	height: 100%;
	width: 900px;
	border: none;
}
#thumbFrameHolder {
	height: 164px;
}
#contentFrameHolder{
	height: 355px;
}
#wrapFooter{
	height: 41px;
	background-image: url(../images/bgHorizontal.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
}
