/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
/* -------------------------- BASIS -------------------------- */
#container {
	min-height: 100%;
	height: auto!important;
	height: 175%;
	width: 240px;
	background-color: #FFFFFF;
	overflow: scroll;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-top: 0px;
	float: left;
	position: fixed;
	padding-left: 5px;
	clear: none;
	padding-right: 5px;
}

