@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	overflow: auto;
}
			
#flashcontent {
	margin:0px auto;
	padding:0px;
	height: 100%;
	width:  100%;
	min-height:700px;
	min-width:900px
}
		
body {
	background-color: #96733C;
	background-repeat: repeat;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	/*background-image: url(../images/backgrounds/bg.gif);*/
}