* { font-size: 100%;}

html, body {
	background: #262262;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {  
	font-family: "Trebuchet MS", "Myriad Pro", Helvetica, Geneva, Verdana, sans-serif;
	font-size: 0.80em;
	color: white;
}

a, object { outline: none;}

a, a:link, a:visited, a:active { 
	color: white;
}
a:hover { 
	background: #908eaf;
}

h1 {
	margin: 0.7em 0;
	font-size: 1.5em;
}

p {
	margin: 0.8em 0;
	line-height: 1.3em;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.pointer {
	cursor: pointer;
}

.strike {
	text-decoration: line-through;
}

.pageBreak {
	page-break-before: always;
}

/**
 * Layout 
 */
#mainBox {
	position: relative;
	margin: 70px auto 0 auto;
	width: 925px; height: 458px;
	background: transparent url('../images/holdingPage.gif') no-repeat;
}

#mainContent {
	display: none;
}

#contactLink {
	position: absolute;
	top: 132px; left: 190px;
}
#contactLink a {
	display: block;
	width: 50px; height: 20px;
}
#contactLink a:hover {
	background: none;
}
#contactLink span {
	display: none;
}