/* CSS Document */html, body {	margin: 0;	padding: 0;	width: 100%;	height: 100%;	background-image:url(pix/back.jpg);	background-repeat:repeat-x;	background-position:left top;	background-attachment:fixed;	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	}		a:link { text-decoration:none; font-weight:normal; color:#faefd3; }	a:visited { text-decoration:none; font-weight:normal; color:#faefd3; } 	a:hover { text-decoration:underline; font-weight:normal; color:#000000; } 	a:active { text-decoration:none; font-weight:normal; color:#000000; }	#cont {		position: absolute;top: 50%;left: 50%;margin-top: -300px;margin-left:-485px;height: 600px;width: 970px;}	#bottom {	position:absolute;	bottom:0px;	left:0px;	height:92px;	width:100%;	background-image:url(pix/bottom.jpg);	background-repeat:repeat-x;	}			.txt {position:absolute;top:20px;}