* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	background:url(/images/bg5.jpg) scroll;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #777777;
}
/* Header */
#header {
	background: transparent url(/images/joinSetupHeader.png) no-repeat left top;
	height:40px;
	width:720px;
	padding-top: 18px;
	margin: 28px auto 0 auto;
}
div#top_links{
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size:10px;
	color: #666666;
	padding-right: 25px;
	margin:0px;
	float: right;
    position: relative;
}
div#bottom_links{ 
	padding-top:15px;
	padding-left: 35px;
	text-align:left;
	margin-bottom:-5px;
    position: relative;
	font-size: 20px;
}
a:link {
	color: #777777;
	text-decoration: none;
	font-size: 20px;
}
a:visited {
	text-decoration: none;
	color: #777777;
	font-size: 20px;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
}
a:active {
	text-decoration: none;
	font-size: 20px;
}
/* Content */
#content {
	background: transparent url(/images/GallerySearchBottom.png) no-repeat left top;
	height:auto;
	width:720px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	color:#FFFFFF;
}
.center
{ 
text-align: center;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}
/* Login */
div#login_username_field input { 
	width: 150px;
	background-color: #000 !important;
  	color:#EEEEEE;
  	border:1px solid #666666;
  	margin-bottom:4px;
  	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
   	text-align: left;
}
div#login_password_field input { 
	width: 150px;
	background-color: #000;
  	color:#EEEEEE;
  	border:1px solid #666666;
  	margin-bottom:4px;
  	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	text-align: left;
}
/* Buttons */
div#content #setupcontent input.newlargebutton,
input.newlargebutton { 
  	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: bold;
  	color: #EEEEEE;
  	background: transparent url(/images/NewLargeButton.gif) no-repeat center top;
  	width: 120px;
  	border: none;
  	padding-top:2px;
  	padding-bottom:21px;
}
/* Footer */
#footer {
	background: transparent url(/images/joinSetupFooter.png) no-repeat left bottom;
	height:58px;
	margin-bottom:28px;
	width:720px;
	margin:0px auto;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
}