@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(tweed.png);
	background-repeat: repeat;
}

div#main {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-312px;
	margin-left:-450px;
}