body, html {
	height: 100%;
}
body {
	background: #0c040a;
	margin: 0px;
	padding: 0px;
	font: 13px/17px Arial;
	color: #808080;
}
a:link, a:visited {
	color:white;
	text-decoration: none;
}
a:hover, a:active {
	color: white;
}
div, form, img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.sep {
	background: url(img/sep_holding.gif) repeat-x top left;
	height: 1px;
	font: 0px/0px Arial;
	margin: 0px auto;
}
span {
	color: white;
}
.wrapper {
	margin: 0px auto;
	background: url(img/bg_holding.jpg);
	width: 855px;
	padding: 20px;
}