@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
img{
	border:0px;

}
a:link{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}