html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #E7E7E7
}

#outer{width:100%;height:100%;}

#container{
	width: 620px;
	height: 255px;
	margin: 0 auto;
}

	.top{
		width: 562px;
		height: 16px;
		background: url(img/top.jpg);
		margin: 0 auto;
	}
	
	.content{
		width: 562px;
		margin: 0 auto;
		height: 230px;
		background: url(img/content.jpg) repeat-y;
	}
	
		.content h1{
			font: bold 20px/32px arial;
			margin: 0 0 10px 40px;
			padding: 10px 0 0 0;
		}
		
		.content p{
			font: 12px/18px arial;
			margin:10px 40px;
			color: #666;
		}
		
		.content a{
			color: #025;
			text-decoration: none;
		}
		
			.content a:hover{
				text-decoration: underline;
			}
	
	.bottom{
		width: 562px;
		height: 10px;
		background: url(img/bottom.jpg);
		margin: 0 auto;
	}

#schaduw{
	width: 620px;
	height: 90px;
	background: url(img/schaduw.jpg) no-repeat;
	margin: 0 auto;
}

#footer{
	width: 300px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: right;
	font: 10px arial;
}

	#footer a{
		color: #333;
		text-decoration: none;
	}
	
	#footer a:hover{
		color: #f90;
	}