body {
	margin:auto;
	padding:auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
.content {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:1;
}
