*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFF;
	background-image: url(img/background.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

div#box
{
	width: 962px;
	margin: 0 auto;
}

div#box div#middle
{
	width: 962px;
	height: 921px;
	background-image: url(img/middle.png);
	background-repeat: repeat-y;
}

div#box div#middle div#main
{
	width: 922px;
	margin: 0 20px;
}

div#box div#middle div#main img
{
	border: none;
}

/*
div#box div#bottom
{
	width: 962px;
	height: 20px;
	background-image: url(img/bottom.png);
}
*/
