body	{
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
	font-size: 12px;
	margin: 0;
	background: #e0e0e0 url('images/bg_header.png') center -25px repeat-x;

}

a {
	text-decoration: none;
	color: blue;
}

a img { border: none; }

table {
	font-size: 12px;
}

#page {
	margin: 0px auto;
	width: 800px;
}

#beta-badge {
	height: 46px;
	text-align: right;
}

#header {
	margin-top: 0px;
}

#header img.left {
	float: left;
}

#header img.right {
	float: right;
	margin-top: 60px;
}

#content {
	clear: both;
	width: 100%;
	padding-top: 50px;
}

#content #left {
	float: left;
	width: 500px;
}

#content #right {
	float: right;
	width: 250px;
	border: 0px solid red;
}


#loginnow-button {
	width:226px;
	height:63px;
/*	float:left;	*/
	font-size:24px;
	text-align:center;
	margin: 0 auto;
}
#loginnow-button a {
	display:block;
	color:#fff;
	width:226px;
	height:63px;
	line-height:60px;
	background:url(images/signupbackground.gif) center top no-repeat;
	text-shadow:#1e6c8f 2px 2px 0px;
	letter-spacing:-1px;
}
#loginnow-button a:hover {
	text-decoration:underline;
	background:url(images/signupbackground.gif) center bottom no-repeat;
	text-shadow:#b8441c 2px 2px 0px;
}

#signupnow-button {
	width:226px;
	height:63px;
/*	float:left;	*/
	font-size:24px;
	text-align:center;
	margin: 0 auto;
}
#signupnow-button a {
	display:block;
	color:#fff;
	width:226px;
	height:63px;
	line-height:60px;
	background:url(images/signupbackground.gif) center bottom no-repeat;
	text-shadow:#1e6c8f 2px 2px 0px;
	letter-spacing:-1px;
}
#signupnow-button a:hover {
	text-decoration:underline;
	background:url(images/signupbackground.gif) center top no-repeat;
	text-shadow:#b8441c 2px 2px 0px;
}

#footer {
	padding: 75px 0px 25px 0px;
	clear: both;
}

#foot-left {
	float: left;
	color: #da6139;
}

#foot-right {
	float: right;
	color: #2481aa;
}

#foot-right a {
	color: #2481aa;
	text-decoration: none;
	font-weight: bold;
}

#foot-right a:hover {
	color: #2481aa;
	text-decoration: underline;
}

table#signup tr td {
	padding-top: 10px;
}

table#signup tr.border td {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

table#signup tr.info td {
	padding-top: 0px;
	color: #ff0000;
}


.warning {
	background: url(images/warning.gif) left center no-repeat;
	color: red;
	padding-left: 50px;
}