﻿#wrap       { width:800px; margin:0 auto; }

.newStyle1 {
	margin: auto;
	border: medium outset #FFFFFF;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('red background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}

