@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(images/feelabout_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
.text a {
	color:#FF0099;
	text-decoration:none;
}
.text a:hover {
	background: url(images/linethrough.gif) repeat-x center left;
 	color: #FF0099;
}
.credit  {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
.credit a {
	color:#FF0099;
	font-size:10px;
	text-decoration:none;
}
.credit a:hover {
	background: url(images/linethrough.gif) repeat-x center left;
 	color: #FF0099;
}
.space {
	height:15px;
}
.logo {
	position:absolute;
	width:100%;
	z-index:2;
	top:-35px;
}
.main {
	z-index:1;
	margin-top:85px;
}
.bar {
	z-index:0;
	top:0px;
	position:absolute;
	width:100%;
	height:40px;
	background-color:#000000;
}
.title {
	background-color:#2b2b2b;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
	padding-left:4px;
	border:4px solid #ffffff;
	text-align:left;
}
.sep {
	color: #CCCCCC;
	font-size:12px;
}