body {
	background-color: #000000;
	background-image: url("images/back.jpg");
	background-attachment: fixed;

	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
	font-family: Century Gothic;
	font-size: 14px;
	color: #ffffff;
}

a { 
	text-decoration:none;
	color: #FF5469;
} 
a:hover { color: #FF9EAA; }


.content {
	background-image: url('images/blackdot.png');
	behavior: url(iepngfix/iepngfix.htc);
	behavior-repeat: repeat;
	
}

.header {
	text-align: center
}

img, div, td {
	behavior: url(iepngfix/iepngfix.htc)
}

.copyright {
	font-family: Trebuchet MS;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fefefe;
}


.girls1 {
	background: url(images/homegirl.png) bottom no-repeat;
	behavior: url(iepngfix/iepngfix.htc)
}

input, textarea {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.feedback {
	background: url(images/white-trans.png);
	behavior: url(iepngfix/iepngfix.htc);
	behavior-repeat: repeat;
	
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	border-collapse: collapse;	
	
	width: 100%
}

span.menu {
	background: url(images/white-trans.png);
	behavior: url(iepngfix/iepngfix.htc);
	behavior-repeat: repeat;
	
	width: 100%;
}

span.menu > table {
	background: url(images/white-trans.png);
	behavior: url(iepngfix/iepngfix.htc);
	behavior-repeat: repeat;
	
	width: 100%;
}

span.menu > table > tbody > tr > td {
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	border-collapse: collapse;	
	
	width: 50%;
	
}


