@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background-image.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#logo

{
	position:absolute;// reposition logo from the natural layout 
  	left:0px;
	top: 17px;
	width: 300px;
	height: 47px;
	z-index:2;
	.left:120px;
	
}
#main
{
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/mid-white-bac.png);
	background-repeat:repeat-y;
	width:1016px;
	height:auto;
	
}

#flash
{
	margin-left:auto;
	margin-right:auto;
	width:911px;
	height:339px;
	}
	
#down-main
{
	background-color:#d9d9d9;
	width:909px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
}

#left-down
{
	padding-top:13px;
	height:36px;
	float:left;
	width:909px;
	}
	
#what-is-infinity
{
	padding-left:17px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size:20px;
	}

#already-a-member
{
	font-size:20px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	padding-left:380px;
	}
	
#left-down-flash
{
	padding-left:15px;
	margin-top:10px;
	width:548px;
	float:left;
	}
#left-right-login
{
	margin-right:5px;
	float:right;
	margin-top:10px;
	padding-right:20px;
	background-color:#FFFFFF;
	width:304px;
	height:283px;
	border:#8c8c8c 1px solid;
	}
	
#formpanel
{
	padding-left:19px;
	padding-top:28px;
	}
	
#log
{
	width:263px;
	height:33px;
	padding-left:8px;
	padding-top:8px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	
}

#pwd
{
	width:263px;
	height:33px;
	padding-left:8px;
	padding-top:8px;
	font-family:"Times New Roman", Times, serif;
	
}

#password
{
	
	padding-top:28px;
	
	}

#enter-btn
{
	background-image:url(images/enter_btn.jpg);
	width:108px;
	height:39px;
}

.forgot_pass{
font-family:Times New Roman;
size:12px;
color:#000000;
text-decoration:none;
}

a.forgot_pass{
font-family:Times New Roman;
size:12px;
text-decoration:none;
color:#000000;
}

a:hover.forgot_pass{
font-family:Times New Roman;
size:12px;
color:#000000;
text-decoration:underline;
}
	
.nav_selected {
background-image:url(../images/hover.png);
height:47px;
background-repeat:repeat-x;
color:#FFFFFF; }


	
