#container
{
	width: 970px;
	height: 468px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/mydate24c.jpg);
}
.signin
{
	position: relative;
	color: #e23689;
	left: 400px;
	top: 60px;
	font-size: medium;
	width: 90px;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
  	font-weight:bold;
}
.login
{
	position: absolute;
	color: #e23689;
	left: 500px;
	top: 60px;
	font-size: medium;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight:bold;	
}
.signin a
{
	color: #e23689;
	text-decoration: none;
}
.searchform{
	position:absolute;
	background-image: url(images/searchBox.png);
	left: 27px;
	top: 300px;
	width: 320px;
	height: 150px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.mainsubtext{
	position:absolute;
	left: 30px;
	top: 210px;
	font-size: 18px;
	width: 370px;
	color:#FFF;
}
.maintext{
	position:absolute;
	left: 30px;
	top: 134px;
	font-size: 24px;
	width: 349px;
	color:#FFF;
}
.membersbox{
	width: 970px;
	height: 335px;
	background-image: url(images/searchc_bg.jpg);
	background-repeat: no-repeat;
	float:left;
}