/* CSS Document */

html,body {
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	color:#000000;
	font-size:0.9em;
	background:url(../images/bg.jpg) left top;
}
.flash {
	/* Make element float in the center */
	position: absolute;
	left: 50%;
	/* Set the width and height */
	width: 100px;
	/* Set margin to half the values of width/height */
	margin-left: -500px;
	margin-top:70px;


}

