body {
	margin: 0px;
	width: 100%;
	height: auto;
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3f3f3f;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
p {
	display: inline;
}
