body {
	margin: 0 auto;
	text-align: center;
	width: 760px;
	font-size: 11px;
	font-weight: normal;
	font-family: sans-serif;
	padding: 0;
	background: #fafafa url(images/bg-main.png) repeat top left;
	color: #000;
}

#wrap {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #fff;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}