﻿* {
	margin: 0;
	padding: 0;
}

html {
	background: url('bg.JPG') left top;
}

body {
	background: url('bg2.JPG') repeat-x left top;
	height: 300px;
	padding-top: 10px;
}

div#container {
	width: 710px;
	height: 675px;
	margin: auto;
}

div#shadow {
	position: relative; 
	background: url('25black.png'); 
}

div#content { 
	position: relative;
	width: 700px;
	height: 665px;
	border: 5px black solid;
	left: -5px;
	top: -5px;
}