@charset "utf-8";
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	color: #F90;
}
body {
	background-color: #000;
	background-repeat: no-repeat;
	color: #FFF;
	white-space: normal;
	background-image: url(images/Tower_Bridge.jpg);
	text-align: center;
	background-attachment: fixed;
	background-position: left top;
}
p {
	text-align: justify;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #600;
	text-decoration: none;
}
.footer {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FC6;
	vertical-align: middle;
}

#main {
	background-image: url(images/BGsmall.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 3px solid #333;
	width: 70%;
}
