/*================
  GENERAL SETTINGS
  ================*/
html, body {
	height: 100%;
}

body {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#page-table {
	width: 100%; height: 100%;
	text-align: center;
}

#page-td {
	height: 100%;
	vertical-align: middle;
}

/*=============
  TEXT SETTINGS
  =============*/
p {
	color: #A9A9A9;
}

a {
	text-decoration: none;
	color: #A9A9A9;
}
a:hover {
	color: #000000;
}

/*================
  CONTENT SETTINGS
  ================*/
#content {
	position: relative;
	width: 930px; height: 558px;
	margin: 0 auto;
	text-align: left;
}

	#content img {
		position: absolute;
		top: 249px; left: 328px;
	}
	
	#content p {
		position: absolute;
		top: 294px; left: 403px;
	}
