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

body{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background-image: url(Images/stripey_BG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrap{
	width: 950px;
	height: auto;
	background-color: #FFF;
	border: 1px dashed #000;
	}
	
#header{
	width: 950px;
	}
	
	