* {
	margin: 0px;
	padding: 0px;
}
p,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}
img {
	border-width: 0px;
}
body {
	color: #FFFFFF;
	background: #000000 url(../img/bg.jpg) repeat-x;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

