body {
	background-color: #BCC4C6;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	scroll: no;
        overflow-x:hidden;
}
a img {
	border: none;
}
#window {
	width: 800px;
	height: 600px;
	margin: 0px auto 0px auto;
}
#header {
	background-image: url(images/header.gif); 
	background-repeat: no-repeat;
	border: 0px;
	width: 788px;
	height: 91px;
	margin: 0px auto 0px auto;
}
#header img {
	margin-left: 15px;
}
#main {
	width: 788px;
	height: 401px;
	padding: 0px;
	margin: 0px 6px 0px 6px;
}
#main object{
	width: 788px;
	height: 401px;
}
#footer {
	background-image: url(images/footer.gif); 
	background-repeat: no-repeat;
	width: 773px;
	height: 36px;
	margin: 0px auto 0px auto;
	padding: 7px 0px 0px 15px;
	color: #64645B;
	font-weight: bold;
}

