/* CSS Document */
@import url(reset.css);
@font-face { font-family:'MyFont'; font-weight:200; font-style:normal; src:url(fonts/myfont-light.woff) format('woff'); }
@font-face { font-family:'MyFont'; font-weight:700; font-style:normal; src:url(fonts/myfont-bold.woff) format('woff'); }
body { font-family:"MyFonts",sans-serif; font-size:16px; font-weight:200; background:url(../photos/img_1064_23mrt15_site.jpg) center top no-repeat #999; }
div { display:block; }
div#center { width:1024px; margin:100px auto 0; }
div#header { color:#fff; font-size:26px; margin-bottom:10px; }
div#article { background-color:#fff; width:100%; height:724px; }
div#nav { display:none; }
div#footer { margin-top:10px; color:#fff; }
div#footer span { font-weight:700; }
a { color:#fff; text-decoration:none; }
a:hover { color:#ccc; }
