#main {width:100%; position:relative; margin: 0px auto;}
#outer {width:780px; position:relative;}
#whitebox {width:780px; position:relative; background:#FFFFFF; top: 0px; height:931px;}

#logo {z-index: 2; position:absolute; top:6px; left:0px; width:780px; margin: 0px auto;}
#pageHead {z-index: 1; position:absolute; top:76px; left:8px; width:763px;}
#bodycontainer {position:relative; top:256px; left:127px; width:508px;}
#menu {position:absolute; top:224px; left:12px; width:508px;}
#latestnews {position:absolute; top:270px; left:12px; width:252px; }
#homePhotoFooter {position:absolute; top:685px; left:8px; width:73px;}
#footer {position:absolute; top:830px; left: 2px; width:780px;}
#pointer {z-index: 3; position: absolute; top: 229px; left:138px; width: 8px;}
#sitemeter {z-index: 4; position: absolute; top: 942px; left:600px;}
#heading1 {z-index:5; position:relative; top: 76px; left: 0px;}

#dropinboxv2cover{
width: 500px; /*change width to desired */
height: 430px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 500px; /*change width to above width-20. */
height: 430px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
/*border: 1px solid #fff; Customize box appearance*/
background-color: #b9c3c4;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

#dropinboxv2 a{
	color:#000;
}