* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #4b030a;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

#header {
	width: 665px;
	height: 100px;
	background-image: url('img/top.jpg');
	margin: 0px auto;
}

#site {
	margin: 0px auto;
	width: 853px;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #df5757;
	margin-bottom: 20px;
}