body {  height: 95%; }

#index {
	position: absolute;
	top: -4px;
	left: 0px;
	width: 95%;
	height: 95%;
	z-index: 10;
}

#welcome {
	position: absolute;
	top: 354px;
	left: 246px;
	width: 600px;
	z-index: 13;
	height:100px;
	overflow:hidden;
}

#welcome p {
	font-size: 11px;
}

#mainMenu {
	overflow:hidden;
	width: 170px;
}

#contact {
	position: absolute;
	bottom: 18px;
	left: 25px;

}

#contact, contact a {
	font-family: arial;
	letter-spacing: 0;
}

#contact .dark {
	color: #000000;
}
