@charset "utf-8";
/* CSS Document */
/*==========================================*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************************************************/

body {
	background:url(images/bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	background:url(images/header.gif) repeat-x;
	height:77px;
	color:#FFF;
	font-size:12px;
}

#header #desc {
	padding:5px 0 0 0;
}

#header a {
	color:#FFF;
}

#header img {
	text-align:center;
	padding:5px 0 0 0;
}

#send {
	background:#F90;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border:1px solid #666;
	color:#FFF;
	font-weight:bold;
	font-size:90%;
	padding:3px;
}

#content td {
	padding:3px 0;	
}

#content {
	height:100%;
	z-index:99;
}

#content table {
}

#footer {
	height:38px;
	background:url(images/footer.gif) repeat-x;
	bottom:0px;
	position:absolute;
	color:#fff;
	padding:10px 0 0 0;
	font-size:90%;
	width:100%;
	margin:0;
	font-weight:bold;
	z-index:-999;
}
	div#footer a{
	  font-weight:bold;
	  color: #fff;
	  text-decoration:none;
	}
	div#footer a:hover{
	  color: #FF6600;
	}
