/* @override http://www.nicktoye.co.uk/workspace/css/maintenance.css */

/*  

  PROJECT NAME - Nick Toye
  STYLESHEET - maintenance.css 
  AUTHOR - NICK TOYE
  EMAIL - NICK@NICKTOYE.CO.UK
  VERSION - 1.0
  
*/

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body { 
  background: url(../img/html.png) repeat !important;
  text-align:center;
  min-height: 220px;/* for good browsers*/
  min-width: 960px;/* for good browsers*/
}

#outer {
  height:100%;
  width:100%;
  display:table;
  vertical-align:middle;
}

#container {
  text-align: center;
  position:relative;
  vertical-align:middle;
  display:table-cell;
  height: 220px;
} 

#inner {
  width: 960px;
  background: url(../img/home-banner.png) no-repeat bottom left;
  height: 220px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  padding: 20px 0;
  
}

a {
	text-decoration: none;
	
	color: #629299;
	-webkit-transition: colour;
	-webkit-transition: .3s;
	timing-function: ease-in;
}

a:hover, a.active {
	color: #365256;
	opacity: 2;
}
