#outframe {
	left: 0px;
	top: 0px;
    width: 100%;
    height: 100%;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
    background-color: #f4f5f9;
    overflow: hidden;
}
