hmtl {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	}
	body {
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		overflow:hidden;
		}
		#container {
			overflow:hidden;
			width:100%;
			height:100%;
			}
			#pages {
				position:absolute;
				top:0px;
				left:0px;
				overflow:hidden;
				width:100%;
				height:100%;
				z-index:10;
				}
				.page {
					position:absolute;
					top:0px;
					left:-1920px;
					width:100%;
					height:100%;
					}
					#home		{background:#fff url('../gfx/projects/0/large/0.jpg') center center no-repeat; left:0;}
					#portfolio 	{background:#fff url('../gfx/projects/0/large/1.jpg') center center no-repeat;}
					#over		{background:#fff}
					#contact	{background:#fff url('../gfx/projects/0/large/3.jpg') center center no-repeat;}
			#footer {
				position:absolute;
				bottom:-1px;
				left:0px;
				width:100%;
				height:50px;
				z-index:20;
				background:#fff url('../gfx/basic/footer.jpg') top left repeat-x;
				}