/* CSS Document */

body {
	background-attachment:fixed;
	background-image:url(images/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#49aaf5;	
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}