/* CSS Document */
<style type="text/css">
<!--
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
	font-weight: normal;
}
-->
body
{ 
background-image: url('images/bg_flower.jpg');
background-repeat: no-repeat;
background-position: 100% 0%;
}
</style>
