@charset "utf-8";
/* CSS Document */

body {background-color:#C9E4FC}

/*  Difining DIV layers  */

#logo {
	width:417px;
	height:192px;
	top:10px;
	margin-left: auto ;
  	margin-right: auto ;
}

#main {
	background:none;
	width:600px;
	height:350px;
	top:242px;
	
	margin-left: auto ;
  	margin-right: auto ;
}

#jdiv {
	background-image:url(images/dark.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index: 1;
	visibility: visible;
}

/*   table settings   */

#maintable {
	width:100%;
	height:100%;
	
}
#formtable {
	background-color:#C9E4FC;
	margin-left:35%;
	margin-top:15%;
	padding:10px;
}
 

/*   Defining text styles   */

h2 {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	text-decoration:underline;
}

p {
	margin-left:10px;
	margin-right:10px;
}

img {
	border:0;
}