html {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

body {
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #502f20;
	width:100%;
	height:100%;
	text-align:center;
}

#myContent {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}

object {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}