/*** 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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{background:#fff;color:#595959;font:12px/1.35em Arial, Helvetica, sans-serif;text-align:left}ol,ul{list-style:none;list-style-image:none;list-style-position:outside;list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}p{line-height:1.2em}h3{font-size:14px}label{color:#fff}a,a:hover{color:#595959}


body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(bg-body.gif) #762213 repeat-x top left;
}

#wrapper {
	width: 100%;
	height: 100%;
	min-height: 1000px;
	display: block;
}

p {
	font-family: Arial, Helvetica;
	color: #808080;
	font-size: 14px;
	text-align: center;
	padding-top: 40px;
}