

body {
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	text-align: center; 
}


body, tr, td { 
	font-family: century gothic, verdana; 
	font-size: 11px; 
	color: #f165e7; 
}

h1 {
	text-align: right;
	letter-spacing: 5px;
	color: #c37987;
	font-size: 14px;
	font-family: gill sans MT, arial;
	font-weight: bold;
	font-variant: small-caps;
}


#top {
	position: absolute;
	left: 0px; 
	top: 0px; 
}

#contentall {
	position: relative; 
	background-color: #000000;
	margin: 0 auto;
	width: 803px;
	text-align: justify;

}

#content { 
	position: absolute;
	left: 180px;
	top: 250px;
	width: 520px;
	padding: 10px;
	line-height: 15px;
}

a:visited, a:link, a:hover { 
	font-family: gill sans MT, arial;
	font-variant: small-caps;
	font-size: 12px;
	color: #6ea552;
	text-decoration: none;
}


input, textarea, option, select{
	background-color: #FFFFFF;
	font: 11px century gothic, verdana;
	color: #fb92f3;
	letter-spacing: 1px;
	border: none
	padding:1px; }

	
a img {
	border: 0px none;
	}

b {	font-family: century gothic, verdana; 
	font-size: 11px; 
	color: #72b4a2; 
	font-weight: bold;
	}
