html{ 
	height:100%;
}
body{
	background:#000000;
	margin:55px 0 0 40px;
	position:relative;
	height:100%;
	overflow:hidden;
}
h1{
	font-size:1.4em;
}
h1.titleReplace{
	background:url("../../images/title.gif") no-repeat scroll left top transparent;
	height:95px;
	margin:40px 0 0;
	text-indent:-9999px;
	width:452px;
}
.intro{
	color:#999999;
	font-family:Helvetica,Arial,sans-serif;
	font-size:1.5em;
	letter-spacing:-0.02em;
	line-height:1.25em;
}
a, a:active, a:visited{
	color:#dddddd;
}
a:hover{
	color:#FFFFFF;
}
.contact{
	color:#666666;
}
.footer{
	color:#666666;
	height:100px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.7em;
	z-index:1;
	margin:50px 0 0 0;
}
.footer p{
	margin:15px 0 0 0;
}

