html, body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../includes/background.jpg);
}

#external {	text-align: center;	position: absolute;	left: 0px;	top: 0px;	width: 100%;	z-index: 1;}
#internal {	background: transparent url(granville.jpg) top left no-repeat; display: block; margin-left: auto;margin-right: auto; width: 1280px;	color: #FFFFFF;}

.style1		{ color: #FFFFFF;}
a:link		{	color: #0099FF;}
a:visited	{	color: #0099FF;}
a:hover		{	color: #0099FF;}
a:active 	{	color: #0099FF;}

.comments {
	background-color: #000000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#mydiv {
	position:					absolute;
	top: 							50%;
	left: 						50%;
	width: 						600px;
	height: 					400px;
	margin-left: 			-300px; /*set to a negative number 1/2 of your width*/
	margin-top: 			-200px; /*set to a negative number 1/2 of your height*/
	border: 					1px solid #004a8d;
	background-color: #000000;
}


input.btnSiteType
{
   color:								#074c8e;
   font-family:					'trebuchet ms',helvetica,sans-serif;
   font-size:						12px;
   font-weight:					bold;
   background-color:		#d6efff;
   border:							1px solid;
   border-top-color:		#074c8e;
   border-left-color:		#074c8e;
   border-right-color:	#074c8e;
   border-bottom-color:	#074c8e;
}