@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;	
}
body {
	background-color:	#FFF200;
	margin:0;
	padding:0;
	height: 100%;
}
#page {
	background: url(./images/grid.gif) repeat-y center;
	width:1028px;
	margin:0 auto;
	
}
#container {
	background:url(./images/bg.png) no-repeat top;
	height:678px;
	width:1020px;
	margin:0 auto;
	position:relative;
}

h1,h2,h3 {
	text-indent:-9999em;
	height:0px;
	font-size:1px;
	margin:0;
	padding:0;
}

#signup {
	color:#000;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	position:absolute;
	top:151px;
	left:65px;
	width:340px;
	height:200px;
	font-size:17px;
}

#signup p {
	margin:0 0 8px 0;	
}

#ddbth-ddbth {
	border:0;
	background:#FFF200;
	color:#FF6533;
	font-size:17px;
	margin-right:15px;
	font-weight:bold;
	padding:2px;
}

#nospam {
	font-size:10px;
	color:#333300;
}

#links {
	position:absolute;
	top:140px;
	left:560px;
	width:150px;
	height:50px;
}

#links a {
	text-indent:-9999em;
	font-size:1px;
	height:39px;
	width:39px;
	display:block;
	float:left;
	margin:0 5px;
}

#links a#link_fb {
	background:url(./images/fb.gif) no-repeat;	
}
#links a#link_fb:hover {
	background:url(./images/fb_over.gif) no-repeat;	
}

#links a#link_twitter {
	background:url(./images/twitter.gif) no-repeat;	
}
#links a#link_twitter:hover {
	background:url(./images/twitter_over.gif) no-repeat;	
}

#links a#link_blog {
	background:url(./images/blog.gif) no-repeat;	
}
#links a#link_blog:hover {
	background:url(./images/blog_over.gif) no-repeat;	
}

#footer {
	background:#3B2313;
	height:250px;
	width:1020px;
	margin: 0 auto;
}

#thankyou {
	color:#000;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	position:absolute;
	top:161px;
	left:65px;
	width:340px;
	height:200px;
	font-size:17px;
}

#thankyou a {
	color:#FF6533;
}