#maincontainer{
height:700px;
}

#contactcontent {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	background: url(../images/contact.png) no-repeat 25px 50px;
	height: auto;
	min-height: 550px;
	text-align:left;
	vertical-align: top;
}

#content {
	left:300px;
	width:300px;
	font: normal 12px/1.5em "Lucinda Grande", Verdana, Arial;
	color: #FFFFFF;
	text-align:left;
	margin: 0px;
	padding: 0px;
	top: 100px;
	height: 500px;
	letter-spacing: normal;
}

#kitty{
	background: url(../images/kitty_contact.png) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 277px;
	width: 167px;
	overflow: hidden;
	position: absolute;
	visibility: inherit;
	top: 516px;
	left: -12px;
}

/* Needs a 15 pixels shift to the left to compensate for the CONTACT link expansion */
#header #experience{
	left:500px;
	position: absolute;
}
#header #about{
	left:615px;
	position: absolute;
}
#header #contact{
	left:700px;
	position: absolute;
}
#kitty_right {
	background: url(../images/kitty_contact_right.png) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 277px;
	width: 167px;
	overflow: hidden;
	position: absolute;
	visibility: inherit;
	top: 466px;
	left: 647px;
}

