@charset "utf-8";
* {
	margin:0;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	min-height:100%;
}
html{
	background-image: url(../images/ajs_grey.jpg);
	background-repeat: no-repeat;
	background-color: #c8c8c8;
	background-position: center center;
}
a:link, a:visited, a:active {
	color:#2e2f2f;
	text-decoration:none;
}
a:hover {
	color:#696a6a;
}
img {
	border:none;
}
a:link {
	text-decoration: none;
	color: #565656;
}
a:visited {
	text-decoration: none;
	color: #565656;
}
a:hover {
	text-decoration: none;
	color: #565656;
}
a:active {
	text-decoration: none;
	color: #565656;
}
img{
	border:none;
}
.enquiry {
padding: 20px;	
color: #c8c8c8;
background-color: #3e3e3e;
}
.centre {
	position: absolute; 
	top: 50%; 
	left: 50%;
}
.logo {
	position: absolute; 
	bottom: -39px; 
	left: -390px;
}
.getintouch {
	position: absolute; 
	bottom: -134px; 
	left: -390px;
}
.footerlogo{
	position:absolute;
	top:58px;left:24px;
	width:105px;
	}
#button{
	display:block;
	width:780px;height:268px;
	text-decoration:none;
	background:url("../images/getintouch.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
	}
#button:hover{
	background:url("../images/getintoucho.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
	}
