html, body, a, img {
	margin: 0;
	padding: 0;
}

body {
	background: #5b5b5b url(../images/bg_rpt.png) repeat-x top left;
}

a {
	outline: none;
}

#placeholder-container {
	position: absolute;
	left: 50%;
	top: 0;
	width: 972px;
	margin-left: -486px;
}