@CHARSET "UTF-8";
html {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
body {
	margin:0;
	padding:0;
	background:url(../images/bg.gif);
	width: 100%;
	height: 100%;
}

#container {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/circles.png) no-repeat top center;
}

#flash {
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;	
}