html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

html, body {
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 700px;
	background-color:#a8a8a8;
}

a {
	color: #333;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	
	background: url(/images/bg.png) repeat-x left top;
	background-color: #a8a8a8;
}

#push {
	height: 70px;
}

#footer {
	height: 60px;
	width: 500px;
	margin: 0 auto;
}

#ground {
	padding-top:65px;
	width: 100%;
	height: 550px;
	background: url(/images/bg-ground.png) no-repeat center 420px;
}

#logo {
	padding-top:10px;
	text-align: center;
	width: 100%;
}

#content {
	padding-top: 40px;
	text-align: center;
}

#signup_box {
	padding: 15px;
	margin-bottom:15px;
}

#signup_box input {
	border: 1px solid #999;
	font-size: 1.5em;
	padding: 5px;
	color: #333;
}

#signup_box input[type="text"] {
	width: 290px;
}

#signup_box input[type="submit"] {
	font-size: 1.6em;
	background-color: #333;
	color: white;
	padding-left: 8px;
	padding-right: 8px;
}

#nulayer {
	float: left;
}

#copyright {
	float: left;
	padding: 12px;
	color: #333;
}

