/* Style -----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}


/* Body ------------------------------------------------------------------*/

body {
	margin-top: 0px;
	background: white repeat-y right top;
}





/* Banner ------------------------------------------------------------------*/

#banner{
	width: 960px;
	height: 384px;
	display: block;
	position: relative;
	background: url(../img/banner.jpg) no-repeat;
	margin-right: auto;
	margin-top: 120px;
	margin-left: auto;
}

#p_enter{
	width: 960px;
	height: 384px;
	margin-top: 0;
	display: block;
	position: relative;
	background: url(../img/banner.jpg) no-repeat;
	text-indent: -500em;
	letter-spacing: -500em;
}








/* Fonts ------------------------------------------------------------------*/

p {
	color: black;
	text-align: justify;
	font: 9pt/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}










/* Footer ------------------------------------------------------------------*/



#footer {
	margin: 0 auto 0px;
	z-index:10;
	position: relative;
	width: 900px;
	height: 24px;
	float: left;
	color: gray;
	text-align: center;
	vertical-align: middle;
	font: 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}
 




