/* CSS Document */

body {
margin:0;
padding:0;
background:#000000;
}
.BG{
background:url(images/img_BG.jpg);
}

.topLeft{
background:url(images/topLeft.jpg); height:35px; width:39px;
}

.topCentre{
background:url(images/topCentre.jpg); height:35px; width:767px;
}

.topRight{
background:url(images/topRight.jpg); height:35px; width:40px;
}

.middleLeft{
background:url(images/middleLeft.jpg); width:39px;
}
.middleCentre{
background:url(images/middleCentre.jpg); width:767px;
}

.middleRight{
background:url(images/middleRight.jpg); width:40px;
}

.bottomLeft{
background:url(images/bottomLeft.jpg); width:30px; height:250px;
}
.bottomCentre{
background:url(images/bottomCentre.jpg); width:767px; height:250px;
}
.bottomRight{
background:url(images/bottomRight.jpg); width:40px; height:250px;
}

/* outer Table*/

.out_topLeft{
background:url(images/out_topLeft.jpg) no-repeat scroll right 0%; height:20px;
}

.out_topCentre{
background:url(images/out_topCentre.jpg); width:846px; height:20px;
}

.out_topRight{
background:url(images/out_topRight.jpg) no-repeat; height:20px;
}

.out_middleLeft{
background:url(images/out_middleLeft.jpg) no-repeat scroll right 0%;; height:738px;
}

.out_middleRight{
background:url(images/out_middleRight.jpg) no-repeat scroll left; height:738px;
}

.out_bottomLeft{
background:url(images/out_bottomLeft.jpg) no-repeat scroll right 0%;; heigh:5px;
}
.out_bottomCentre{
background:url(images/out_bottomCentre.jpg); width:846px; height:2px;
}
.out_bottomRight{
background:url(images/out_bottomRight.jpg); heigh:5px;
}
#flashContainer{
	width:767px;
	height:453px;
}
#flashContainer p{
	margin:0;
	
	}