@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	width:100%;
	overflow:hidden;
}
body {
	height:100%;
	width:100%;
	margin:0px; padding:0px;
	background-color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(images/backgroundtile3.jpg);
	background-repeat:repeat;
	text-align:center;
}
#wrapper {
	margin:0 auto;
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
}
#flash {
	padding:0px;
	height:100%;
	width:100%;
	margin:0px;
	border:0px solid #000;
}