/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

html {
	height: 95%;
	margin-bottom: 1px;
	font-size: 100%;
	}

body {
	cursor: default;
	margin-top: 0;
	height: 100%;
	background: url(images/greybar.png) repeat-x;
	background-color: #f7f3d6;
	color: #0e0e6e;
	}




