html, body {
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
	font-size: 1px;
	font-family: "Trebuchet MS", tahoma, verdana;
	color: #333333;
	background-image: url('../img/bg3.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
	background-color: #ffffff;
}



