	/*==============================================
		Redefine Html-tags
	==============================================*/

	BODY, HTML {
	width: 100%;
	height: 100%;
	}
	
	BODY {
	margin: 0px;
	padding: 0px;
	}
	

	/*==============================================
		Divs
	==============================================*/

	#holder {
	height: 100%;
	width: 625px;
	padding: 0px;
	min-height: 100%;
	margin: 0px auto 0px auto;
	background: url(../images/Layout/under_constructionBG.jpg) repeat-y center;
	}		
	
	HTML>BODY #holder {
	height: 100%;
	}
	
	#image {
	margin: 0px;
	padding: 0px;
	width: 625px;
	height: 735px;
	background: url(../images/Layout/under_construction.jpg) no-repeat 50% 50%;
	}
	
	
	
	
