@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/Library/Images/bgImage.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#242424;
}
		
		
#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:798px;
	height:570px;
	margin-top: -285px; /*set to a negative number 1/2 of your height*/
	margin-left: -399px; /*set to a negative number 1/2 of your width*/

}


p{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:5px 5px 5px 5px; color:#000; line-height:150%;}

A:link {color:#C9DD03; text-decoration: none; font-weight:bold;}
A:visited {color:#C9DD03; text-decoration: none; font-weight:bold;}
A:active {color:#C9DD03; text-decoration: none; font-weight:bold;}
A:hover {color:#ffffff; text-decoration: underline; font-weight:bold;}