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

html{
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto; 
}

body {
	margin-left: auto; margin-right: auto; 
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	}
	
#flash {
	background-image: url(../images/body_bkg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 1px;
	text-align: center;
}
