﻿html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	color: #CCCCCC;
	background: #1E1E1E url('/images/Ravenscroft-Online-2.jpg') top center repeat-x;
	background-image: radial-gradient(circle at center,rgba(204,205,207,0.9) 31%,rgba(0,155,167,0.27) 79%),url(/images/Ravenscroft-Online-2.jpg)!important;
	background-repeat-x: repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-position-x: 50%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: #1E1E1E;
	-moz-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif, "Baskerville Old Face";
	font-size: 12px;
	line-height: 1.4em;
	}

#floater {
	height:50%;
	margin-bottom:-70px;
	position:relative;
}
#content {
	clear:both;
	height:90px;
	position:relative;
	margin:0 auto;
	/*background-color:#FFCC66;*/
	width:70%;
	padding:20px;
	text-align:center;
}

#logo {
	clear:both;
	height:150px;
	position:relative;
	margin-top:-245px;
	margin-left:120px;
	/*background-color:#000099;*/
	/*background-image:url(ravenscroft-colour-transparent.png)
	background: #1E1E1E url('background.jpg') top center repeat-x;*/
	width:30%;
	padding:10px;
	text-align:left;
}

#footer {
	text-align:center;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
}

img {
	border-style: none;
}

a:link, a:visited {
	color: red;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: none
}

.center {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 50%;
	height: 40%;
	border: 3px solid black;
	padding: 10px;
	background-color: rgb(238, 238, 238);
	color: black;
}
