.main {
	width: 1000px;
	height: 100%;
	background-repeat: repeat-y;
	background-image: url(images/bg_middle.png);
	vertical-align: bottom;
	padding: 0px;
	color: #CCCCCC;
}
.bg {
	background-image: url(images/bg_strip.gif);
	background-repeat: repeat-x;
}
