html,body {
	margin: 0px;
	background-color: #ffffff;
	padding:0;
	height: 100%; /* needed for container min-height */
	background: url(../../images/body_bg.jpg) top right no-repeat;
	/*border-top: 1px solid #ffffff;*/
}
#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0px; /* stick to bottom */
	background: url(../../images/footer_bg.jpg) top repeat-x;
	border-top: 2px solid #ffffff;
	background-color: #9763d1;
	padding-top: 10px;
}

#text_area {
	padding: 20px;
	padding-top: 230px;
	padding-bottom: 140px;
}
.border {
	background: #fec8fa;
	border: 1px solid #522a72;
	padding: 5px;
}

#logo a {
	background: url(../../images/logo.png) top left no-repeat;
	padding-top: 160px;
	width: 625px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	height: 1px;
}
#freepass a {
	background: url(../../images/free-pass.png) top left no-repeat;
	padding-top: 160px;
	width: 190px;
	display: block;
	height: 1px;
}
#joinnow a {
	background: url(../../images/join-now.png) top right no-repeat;
	padding-top: 160px;
	width: 160px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5;
	height: 1px;
}
#n-code {
	padding: 10px;
	padding-top: 2px;
	clear: both;
	text-align: right;
}
#text_size {
	float: left;
}
form {
	margin: 0px;
}


#top a, #bottom a {
	display: block;
	padding-top: 70px;
	height: 1px;
	width: 570px;
	z-index: 3;
}
#navigation {
	background: url(../../images/nav_bg.png) top repeat-x;
	position: absolute;
	top: 155px;
	z-index: 5;
	left: 0px;
	padding-top: 12px;
	padding-bottom: 15px;
	width: 600px;
}
#end {
	background: url(../../images/nav_end.png) top right no-repeat;
	width: 40px;
	height: 1px;
	padding-top: 60px;
	display: block;
	border: 0px solid;
	margin-top: -8px;
	float: right;
	margin-right: -37px;
}

#antispam {
	position: absolute;
	left: -3000px;
}
#spacer {
	clear: both;
}
