html { height: 100%; }
body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Arial, Helvetica, Tahoma, sans-serif;
	height: 100%;	
}
* html body { text-align: center; }

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
* html #wrapper { text-align: left; }

/* ---  Standart Tag's --- */
h1, h2, h3, h4, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
h1 {display: none;}
/* ---  /Standart Tag's --- */



