body {
	margin:0; 
	padding:0; 
	height:100%;
	color: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans;
	font-size:12px;
}

#imgContainer {
	z-index: -10;
	width: 100%;
}
h2 {
	font-size:23px;
	margin: 0px 0 7px 0;
	padding:0;
}
a {
	text-decoration: underline;
	color:#444;
}
a:hover {
	text-decoration: underline;
	color:#000;
}

#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width:100%;
	height:100%;
}

#facebook {
	position: absolute;
	top: 10px;
	right: 25px;
}

#facebook-link {
	height: 60px;
	width: 254px;
	overflow: hidden;
	display:inline-block;
}
#facebook-link:hover {
	background-position: 0 -60px;
}
#facebook-link{
	background-image: url("../i/facebook-big.png");
}

#ghost-top {
	height:80px;
}

#ghost-bg {
	background-image: url("../i/page.png");
	position: fixed;
	top: 0px;
	right: 50px;
	width:480px;
	height:100%;
}

#ghost {
	padding:0px 40px 0px 40px;
	position: absolute;
	top: 0px;
	right: 50px;
	width:400px;
	height:100%;
	z-index: 70;
}

table {
	vertical-align: top;
	border-width: 0px;
	border-spacing: 5px;
	border-style: none;
	border-collapse: separate;
}
table th {
	vertical-align: top;
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: #d3c8a9;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	vertical-align: top;
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: #d3c8a9;
	-moz-border-radius: 0px 0px 0px 0px;
}