body {
	font-size: 80%;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
a {
	color: #0099CC;
}

p {
	line-height: 140%;
}
.mainContainer {
	width: 760px;
	margin: auto;
	text-align: left;
	height: 660px;
}

.centreMain {
	background-color: #E6E6E6;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	height: 100%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/content_bgr.jpg);
	margin: 0px;
	background-repeat: repeat;
	background-position: center;
}

