html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	color: black;
	font: 0.6251em/1 Helvetica, Tahoma, Arial, sans-serif;
	background-color:#ecfffb;
	padding:10px 0;
}

#container {
	background-color:#ecfffb;
	width:980px;
	margin:0 auto 0 auto;
	padding: 0px 10px 0 10px;
	position:relative;
}

/* =Header */

.home h1, h1 a {
	height:130px;
	display:block;
}

/* =footer */

#footer {
	width:980px;
	margin:1em auto 0 auto;
	padding-bottom:2em;
	text-align:center;
	
}
#footer a {
	color:#e59d59;
	font-size: 1.2em;
	text-decoration:none;
	font-weight:bold;
}

