body, html {
	height: 100%;
	margin: 0; 
	padding: 0;
    text-align: center;
}

body {
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	overflow: hidden;
	background: white  url('stripebg.jpg') center top no-repeat;
}
a {
	color: #FF9900;
	font-style: none;
}

#inner {
	position: absolute;
	width: 772px;
	height: 547px;
	background: url('flashbg.jpg') no-repeat;
	top:50%; left:50%;
	margin: -273px auto auto -386px;*/
	/*margin: -h/2 auto auto -w/2;*/
	padding-left: 0px;
	padding-right: 0px;

}
/*#inner {
	position: absolute;
	width: 772px;
	height: 547px;
	background: url('flashbg.jpg') no-repeat;
	top:50%; left:50%;
	margin: -273px auto auto -386px;
	padding-left: 0px;
	padding-right: 0px;
}*/
#content {
	margin: 0;
	padding: 0;
/*	background:  url('mainbg.jpg') no-repeat;*/
	width: 772px;
	height: 547px;
}
#content p {
	margin: 0;
	padding: 0;
}
#middlebodx {
	width: 772px;
	height: 547px;
	top: 0px;
	margin: 0 auto;
}

h2 {
	font-size: 1.1em;
	font-style: bold;
	text-align: left;
	padding-left: 0.3em;
	margin:0;
	display: none;
}

img {
	border: 0;
}

p {
	display: none;
}

