body {
	background-color: #FFFFFF;
	background-image: url("/1.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;

}
a:link {  color: #0099CC; text-decoration: underline}
a:active {  color: #0099CC; text-decoration: underline}
a:hover {  color: #0099CC; text-decoration: none}
a:visited {  color: #000000}

}