/* General Tags */
/* ----------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin: 0px; 
  	padding: 0px; 
  	text-align: left;
	line-height: 16px;
}
img {
	border: 0;
}
form {
	display: inline;
}
#footer {
	color: #BABABA;
}
#wrapper {
	position :absolute;
	background-image: url(shared_graphics/bkg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 570px;
	top: 45%;
	margin-top: -285px;	
	display: block;
}
#page {
	position: relative;
	left: 50%;
	margin-left: -394px;
	width: 788px;
	height: 570px;
}
#htmltext {
	font-size: 0px;
	display: none;
	visibility: hidden;
}
