@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/plaid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0;
	padding:0;
}

.wrapper {
	width:900px;
	background:#000000;
	height: 1200px;
	margin: 0 auto;
	padding:0;
	}

.footer {
	width:900px;
	height:161px;
	background: #000000;
	margin:0 auto;
	padding:0;
	}
	
.toplinks
	{width:940px; height:50px; margin:auto; }


