/* CSS Document */

/* CSS for wrapper which positions layout in centre of browser */

body {
	text-align: center;
	background-image: url(../i/BgroundGradient.gif);
	background-repeat: repeat-x;
}

#wrapper {
	height: 1020px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}

/* Ends */

