html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#bg_image{
	height: 100%;
}

DIV#loader {
	width: 100%;
	height: 600px;
}

/** 
* While we're having the loading class set.
* Removing it, will remove the loading message
 */
DIV#loader.loading {
  background: url(http://www.creativeinc.ie/images/ajax-loader.gif) no-repeat center center;
}

#welcome{
	position:  absolute;
	left:  32px; top: 320px;
	width:  450px;
}

#welcome p{
	font-size: 24px;
	line-height: 24px;
	font-style:  italic;
	margin:  0 0 24px 0;
}

#home_links p{
	font-size: 18px;
	line-height: 18px;
	font-style:  italic;
	margin:  0 0 18px 0;
}

.home_light p{
	color: white;
}



.home_dark{
	color:  #333333;	
}

body.grey_bg div.home_light a:link, body.grey_bg div.home_light a:active, body.grey_bg div.home_light a:visited{
	color: white;
	background: url(http://www.creativeinc.ie/images/dot.gif) bottom left repeat-x;
	padding: bottom: 1px;
} 

body.grey_bg div.home_light a:hover{
	text-decoration: none;
	background: transparent;
}

body.grey_bg div.home_dark a:link, body.grey_bg div.home_dark a:active, body.grey_bg div.home_dark a:visited{
	color: #333333;
	background: url(http://www.creativeinc.ie/images/dot.gif) bottom left repeat-x;
	padding: bottom: 1px;
} 

body.grey_bg div.home_dark a:hover{
	text-decoration: none;
	background: transparent;
}



