body,html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

div#swfcontainer {
	width: 100%;
	height: 100%;
}

div#theswf {
	height: 100%;
}

