body {
	background: #000000;
}






a:link {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}
a:hover {
	font-size: 18px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}

#wrapper {
	background: #000000;
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 300px;
	width: 1024px;
	background: url(Classicphotos/Images/Toadrock%20Banner%20.jpg) no-repeat center center;
}
#wrapper #centerwrapper {
	height: 400px;
	width: 1024px;
}
#wrapper #centerwrapper #linksleft {
	clear: none;
	float: left;
	height: 400px;
	width: 320px;
}
#wrapper #centerwrapper #linksright {
	clear: none;
	float: right;
	height: 400px;
	width: 512px;
}

