/* CSS Document */
html, body{height: 100%;}
table.ex1 {
background-image: url(header2.jpg);
background-repeat: no-repeat;
background-position: right;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	background-attachment: fixed;
	background-image: url(bg_chat.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

