/* *** *** *** *** *** *** *** *** *** || HTML + BODY STYLE || *** *** *** *** *** *** *** *** *** */


 
html {

	background: #fff url(../images/html.gif) repeat-x; 
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	width: 993px;
	font-size: 12px;
	line-height: 22px;
	color: #4c4c4c; 
	background: #fff url(../images/body.gif) repeat-y;
	font-family: "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
	margin: 8px 0px 0px 0px;
	text-align: left;
	height: 100%;

}



/* END OF STYLESHEET */