﻿body {
	background-image: url('background15.gif');
	text-align: center;
}

div#wrapper {
	background-color: #0000FF;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

div#banner {
	background-color: #FF0000;
}

div#copyright {
	color: #FFFFFF;
	text-align:center;
	background-color: #FF0000;
}

table {
	background-color: #FFFFFF;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;

}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #0000FF;
	background-color: #FFFFFF;

}
