body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background-color: #AC8ECD;
	background-image: url(layout/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

td {	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

h2 {font-weight: bold;}

a img {border: none; }

a:link, a:active, a:visited {
	font-weight: bold;
	color: #410162;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea, option, select {
	background-color: #E1D3F1;
	font: arial;
	color: #410162;
	letter-spacing: 1px;
	border: 1px solid #410162;
	padding: 2px;
}

#mainimg    
	{
	position: absolute;
	top: 0px;
	left: 50%;
	z-index:1; 
	width: 524px;
	height: 367px;
	margin-left: -262px;
	}	

#maincontent {
	position:absolute; 
	width: 480px; 
	z-index:2; 
	left:50%; 
	top:317px;
	margin-left: -242px;
	text-align: justify;
}
