body {
	font-family: verdana, arial, helvetica, sans-serif;

	background-color: rgb(0,0,0); 

	color: #fff;
	width: 600px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0.9em;
	
	text-align: center;
}



.header {
	width: 100%;
	height: 120px;
	background: url("http://www.rebelyellband.co.uk/myspace/images-v4/header-small.gif") no-repeat 50% 0%;
}




textarea {
	width: 600px;
	height: 100px;
	margin: auto;
	font-family: courier, courier new, fixed-width;
	color: blue;
}



hr {
	width: 100%;
	border: 1px solid white;
}



p, h1 {
	text-align: center;
}



h1 {
	color: rgb(200,200,200);
}



.centreit {
	text-align: auto;
	margin: auto;
	width: 50px;
}



.main {
	display: block;
	margin: auto;
	width: 600px;
 	background-color: rgb(25,25,25);
	padding: 7px;
	border: 1px solid rgb(45,45,45);
}



small {
	font-style: italic;
}

form {
	margin-bottom: 0;
}



label {
	padding: 0.3em;
	font-size: 0.9em;
	font-weight: bold;
}



form input {
	width: 250px;
}



form input.button {
	width: auto;
	margin-bottom: 0;
}



div.alert {
	color: yellow;
	font-weight: bold;
}



form input.alert {
	background: yellow;
	color: black;
}



a:link {
	color: yellow; text-decoration: none;
}



a:visited {
	color: rgb(255,200,0); text-decoration: none;
}



a:hover, a:active {
	color: rgb(250,100,0);
}


