body {
	background-color: #FFF;
	background-image: url(../res/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.center {

}

a:link {
	text-decoration: none;
	color: #006;
}

a:visited {
	text-decoration: none;
	color: #006;
}

a:active {
	outline: none;
	text-decoration: none;
	color: #900;
}

a:hover {
	text-decoration: none;
	color: #D75600;
}



