/* CSS Document */

body {
	background-image: url(background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#container {
	width: 940px;
	height: 573px;
	text-align: centre;
	position: relative;
}

#header {
	background-image: url(img/header.jpg);
	width: 940px;
	height: 68px;
	margin: 20px 0px 0px 0px;
	position: relative;
	text-align: center;
}
