html, body { height: 100%; }

body {
	color: #CCC;
	background-color: black;
	margin: 0;
	padding: 0;
}

#outer {
	position: relative;
	background-color: transparent;
	height: 100%;
	width: 100%;
}

#inner {
	position:absolute;
	width: 800px;
	height: 640px;
	background-image: url(../Images/Contact_page.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: smaller;
	font-weight: bold;
}

#address {
	position:absolute;
	width: 200px;
	height: 100px;
	left: 319px;
	top: 294px;
}

#phone {
	position:absolute;
	width: 200px;
	height: 10px;
	left: 319px;
	top: 359px;
}

a {
	position: absolute;
	text-decoration: none;
	background-repeat: no-repeat;
}
a i { visibility: hidden; display: none; }
a u { color: White; margin-left: 35px; vertical-align: middle; }
a:hover u { color: Red; font-size: medium; }

a#email { width: 167px; height: 25px; left: 283px; top: 388px; }
a#email:hover { background-image: url(../Images/CP_circle_red.gif); }

