body{
	margin: 0;
	padding: 0;
	background-color: gray;
}

/*
@font-face {
font-family: "Robson Celtic";
src: url("http://site/fonts/rob-celt.ttf")
}
*/

a{
font-style: normal;
font-style: inherit;
color: black;
text-decoration: none;
}

div#outer{
	position: relative;
	width: 1024px;
	height: 768px;
	margin: 0;
	padding: 0;
	
}

div#upper{
	position: absolute;
	width:1024px;
	height: 150px;
	left:-1px;
	top:-1px;
	background-color: black;
	margin: 0;
	padding: 0;
}

div#lower{
	position: absolute;
	width: 1024px;
	height:150px;
	top:618px;
	left:-1px;
	background-color: black;
	margin: 0;
	padding: 0;
	
/* 	border: solid thin red; */

}

div#middle{
	position: absolute;
	width: 1024px;
	height: 468px;
	top:150px;
	left:-1px;

	}

div#left{
	position: absolute;
	font-family: Helvetica, sans-serif;
	font-size: 48pt;
	text-shadow: #6374AB 2px 3px 10px;

	background-color: #dadada;
	width: 512px;
	height:469px;
/* 	vertical-align:bottom; */
	line-height: 450px;
	text-align: center;
	top: -1px;

/* 	border: solid thin red; */
}

div#right{
	position: absolute;
	font-family: Helvetica, sans-serif;
	font-size: 36pt;
	text-shadow: #6374AB 2px 3px 10px;

	background-color: #dadada;
	width: 512px;
	height:469px;
	line-height: 450px;
	text-align: center;
	top:-1px;
	left:512px;
	
/* border: solid thin red; */
}

.dropShadow {
position:relative;
TOP:62px;
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
border:none;
}