/* CSS Reset is Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.12.0 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/* End CSS Reset */

html, body { margin: 0; padding: 0; width: 100%; height: 100%; }
	#wrapper { margin: 0 auto; width: 990px; height: 100%; }
		#header { position: fixed; width: 990px; height: 99px; background: #fff; z-index: 50; }
			#header h1 { margin: 28px 0 0 11px; text-indent: -9999px; }
			#header h2 { margin-left: 36px; font: 12px Arial, Helvetica, sans-serif; color: #949494; }
#header h2 a {font: 12px Arial, Helvetica, sans-serif; color: #949494;}		#fadeOutTop { position: fixed; margin: 99px 0 0 11px; z-index: 100; }
		#fadeOutBottom { position: fixed; bottom: 0; margin-left: 11px; z-index: 100; }
		#canvasWrapper { position: relative; margin: 0 11px 0; width: 968px; background-color: #e4e4e4; }
			#canvas { padding: 117px 18px 18px; width: 932px; }
				#canvas dl { position: absolute; }
					#canvas dt { margin: 0 0 5px 7px; color: #6d6b6b; font: 15px Arial, Helvetica, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
					#canvas dd { }
						#canvas img { border: 7px solid #fff; }