/* CSS Document */
html { 
	width: 100%; 
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px; 
}
html>body, html>body #container { 
	height: auto;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	background: url(../pct/bg.png); 
	background-repeat: repeat-x; 
	background-color: #7A93BC;
}
#container {
	position: fixed;
	margin: 0px;
	width: 800px;
	height:600px;
}
#intro {
	margin: 0px;
	width: 800px;
	height: 600px;
	background: url(../pct/intro.png) no-repeat;
}
#klik {
    position: absolute;
	left:598px;
	top:455px;
	margin: 0px;
	width: 202px;
	height: 17px;
}
