@charset "utf-8";
/* CSS Document */

/* RESET CSS */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* END RESET */

body {
	width: 1327px;
	height: 900px;
	background-color: #00b2be;
	margin: 0 auto;
    overflow: hidden; /* contain float */
	background-image: url('./images/bg_pbny.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 958px;
	margin-top: 40px;
}


