* {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0;
	padding: 0;
	background-image: url("../img/style/bodyBack.jpg");
	background-repeat: repeat-x;
	background-color: #97593c;
	text-align: center;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

#shadow {
	position: relative;
	margin: 0 auto;
	width: 960px;
	/*height: 800px;*/
	background-image: url("../img/style/shadow.jpg");
	background-repeat: no-repeat;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
}