@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:none;
	}
	div.wrapper {
	margin:auto;
	padding:0;
	width:972px;
	height:auto;
	background: #f0f0f0 url(images/testforbkg2.png) repeat;
	border:medium groove black;
	}
		div.wrapper a {
		color:blue;
		text-decoration:none;
		}
		div.wrapper a:hover {
		color:red;
		text-decoration:underline;
		}
