/* CSS Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ul, li, fieldset, form, label {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	padding: 0;
}

ol, ul { list-style: none; }

:focus { outline: 0; }

h2, h3, h4 { font-weight: normal; }

/* General */
body { background: #fff; font: 12px Helvetica, sans-serif;
	background:#fff;
	background-image:url(images/1mask.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	height:940px;
	width:940px;
	position: fixed;
	padding: 30px;
}

.fix_width {
	width: 940px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
}


#mask {
	width:940;
	height:auto;
	vertical-align:central top;
}

a { text-decoration: none; }

p { 
	line-height: 1.5em; 
	font-size:15px;
}



