/*
The Luminescent Project CIS
Thaleia Georgiades
www.Thaleia.com
Sunday, February 22, 2009
*/

/* INTRO
*/

html, body {
	background-image: url('images/introBG.png');
	background-color: #343434;
	margin: 0px;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

.INTRO_BG {
	background-image: url('images/introImage.png');
	background-repeat: no-repeat;
	background-color: #343434;
	height: 617px;
	width: 1122px;
}

.PAINTINGS_INTRO {
	position: absolute; height: 600px; width: 425px; margin-top: -250px; cursor: pointer;
}

.INTRO_PAINTINGS {
	position: absolute;
	padding-top: 5px;
	margin-top: 132px;
	margin-left: 55px;
}

.REALESTATE_INTRO {
	position: absolute; height: 600px; width: 425px; margin-top: -250px; cursor: pointer;
}
.INTRO_REALESTATE {
	position: absolute;
	padding-top: 5px;
	margin-top: 132px;
	margin-left: 375px;
}