/* for sohi.ca 404 pages, maintenance page, under construction */  

/* for 404, placeholder, offline pages */

a:link, a:visited {color: #c00;}
a:hover, a:active {color: #f00;}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.centered {
	position: absolute;
 	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 550px;
	height: 50%;
	margin: auto;
	background-color: #fff;
	color: #000;
	padding: 10px;
    text-align: center;
}

.smalltext { 
	font-size: .8em; color: #aaa;
}
	
h1 { 
	width: 473px;
	height: 83px;
	margin: 0px auto;
	background: url(/img/placeholder/sohi_placeholder.png);
}

h1 span {display: none;}

a:link, a:visited {color: #3366ff; }
a:hover, a:active {color: #3333ff; }
