body
{
background-color:#000000;
background: #000 url(../images/bg.png) repeat-x fixed left bottom;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	background-position: center top;
	background-color: #000000;
	text-align:left;
	border-spacing:0px;
	border: thin solid #1A1A1A;
	
}
.centre {
	text-align: center;
	vertical-align: top;
}

.noborder {
 border:none;
}
.border {
	border: thin solid #1A1A1A;
}

.padding {
padding:30px;
}
h3 {
	text-align:center;
	font-weight:bold;
	text-decoration: underline;
}
.error {
color:#FF0000;
}
a:link {
color:#006600;
}    /* unvisited link */
a:visited {
color:#006600;
} /* visited link */
a:hover {
color:#666
}   /* mouse over link */
a:active {
color:#666
}  /* selected link */