body, p, div, form, table, tr, td, h1, h2, h3, h4, h5, h6, textarea, input {
	padding: 0px; 
	margin: 0px;
	font-family: Gill Sans, Trebuchet MS;
	font-size: 12pt;
	font-weight: normal;
	color: #666;
}

span {
	padding: 0px; 
	margin: 0px;
	font-family: Gill Sans, Trebuchet MS;
	font-weight: normal;
	color: #000;
}

body {
	width: 100%;
	/*background: #FFE6CB;*/
	background: url(../IMG/backgroundRepeat.jpg);
	background: #333;
}

img {
	border: 0px;
}

a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

a:link {
	color: #AAAAAA;
	text-decoration: none;
}

a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

a:active {
	color: #AAAAAA;
	text-decoration: underline;
}

div.backgroundImageBlock {
	margin: 0px auto -800px auto;
	height: 800px;
	width: 100%;
	overflow-x: hidden;
}

div.backgroundImage {
	margin: 0px auto;
	height: 800px;
	width: 1400px;
	/*background: url(../IMG/background2.png) no-repeat;*/
}