/* CSS Document */

body {
	width: 100%;
	height: 95%;
	background-color:#333333;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	}

#main {
	position:relative;
	width:652px;
	height:582px;
	z-index:1;
	top: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:5%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	border: 3px solid #7F997F;
	}
	
#flash {
	position:relative;
	width:800px;
	height:600px;
	z-index:2;
	top: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:0%;
	background-color:#333333;
	text-align: center;
	}
	
	#flash2 {
	position:relative;
	width:1330px;
	height:840px;
	z-index:2;
	top: -100px;
	left: -80px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0%;
	background-color:#333333;
	text-align: center;
	}