/*   
Description: Under Construction page
Author: Damiaan van Vliet
Author URL: http://www.albuswebdesign.nl
Version: 1
*/

* { margin: 0; padding: 0; }
html { background-color: #fff;}
body { font: 14px/1.4 Helvetica, Arial, Sans-Serif; font-color:#111111}

article, aside, figure, footer, header, nav, section { display: block; }

#under_construction 	{ 
	position: relative; 
	margin-left:auto;
	margin-right:auto;
	top: 4em; 
	background: url(images/under_construction.png) no-repeat; 
	width: 288px; 
	height: 225px; 
	}

#logo 	{ 
	position: relative; 
	margin-left:auto;
	margin-right:auto;
	top: 8em; 
	background: url(images/logo-albus-webdesign.png) no-repeat; 
	width: 175px; 
	height: 123px; 
	}

	
h1	{ 
	position: relative;
	top: 50px;
	text-align:center;
	color:#009EE3;
	}
	
p 	{ 
	position: relative;
	top: 60px;
	font-size: 2em;
	text-align:center;
	color:#37393F;
	}

a:link, a:visited    {color:#009EE3; text-decoration: none;}
a:hover   {color:#BEC0C2; text-decoration: none; }
a:active  {color:blue; text-decoration: none;}

