/* CSS Document */

/* Global reset */ 

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;
}

:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }

table {	border-collapse: separate;	border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }
address { font-style: normal; }

/* Globals */

strong {font-weight: bold}

/* Document styles */
body, html { width: 100%; height: 100%; } 

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-color: #524f4d	
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -58px;
}	
	#content { 
		width: 100%; 
		background: transparent url(../img/bgContent.gif) no-repeat top right; 
		text-align:center; 
		font-size: 1.1em;
		line-height: 1.5em;
	}
		#content h1 { 
			text-indent: -10000px; 
			width: 763px; 
			height: 375px; 
			background: transparent url(../img/imgContent.jpg) no-repeat;
			margin: 0 auto
		}
		#content p { width: 630px; margin: 1em auto; text-align: left; font-color: }
		#content p:after { content: "."; display: block; width: 100%; clear: both; visibility: hidden; height: 1px; }
		
	#push { height: 58px; }

#footer { 
	height: 48px;
	padding-top: 10px;
	color: #7a7a7a; 
	text-align: center; 
	background: transparent url(../img/bgFooter.gif) repeat-x;
}

/* Specifics */
