body {
	
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	margin:50px 0px 0px 70px;
	height: 105px;
	width: 444px;
	background: url(../_images/header.png) 0 0 no-repeat;
}

#containter { 
	width: 788px;
	margin: 0px auto 0px auto;
	
}

#content {
	
	margin: 0px 0 15px 0;
	border-top:dotted 2px #EEEEEE; 
	border-bottom:dotted 2px #EEEEEE; 
	display: block;
	width: 788px;
	height: 250px;
	text-indent: -2000em; 
	text-decoration: none;
	z-index: 1000; /* IE Fix*/
	background: url(../_images/content.png) no-repeat 0 25px;
}

#signupbox {
	background: url(../_images/bottom.png) top left no-repeat;
	margin: 15px auto 0px auto;
	width: 608px;
	height: 134px;
	padding:10px 0 0 30px;
	position: relative;
}

#signupbox #label {
	background: url(../_images/signuptext.png) 0 0 no-repeat;
	display: block;
	width: 391px;
	height: 46px;
	text-indent: -2000em; 
	text-decoration: none;
	z-index: 1000; /* IE Fix*/
	margin: 5px 0 5px 0;
	clear: both;
}

#signupbox input {
	font-size:2.5em;
	padding:4px;
	width:390px;
	color: #CCC;
	float: left;
	
}
#signupbox input.btn {
	
	width: 121px;
	
	margin-right: 65px;
	margin-top: -8px;
	float: right;
}

#signupbox #sticky {
	
	width: 176px;
	height: 43px;
	margin-right: 43px;
	background: url(../_images/dynamite.png)0 0 no-repeat;
	position: absolute;
	left: 475px;
	top: 25px;
	
	
}




#copy, #copy a { color: #999;
	margin: 10px auto 0 auto;
	text-align: center;
	position: relative;
	
}

