/* Default overwrites */
html, body, div, span, applet, object, iframe, blockquote, pre, p, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6											{ margin: 0px; padding: 0px; border: 0px; border-collapse: collapse; }

/* Browser fix for html5 tags */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary		{ display: block; }

*							{ font-family: arial; font-size: 24px; }
body						{ background: #ffffff; }
p							{ font-size: 20px; }
h1							{}
h2							{ font-size: 36px; font-weight: normal; }
h3							{ font-size: 24px; font-weight: normal; }
h4							{}
.headline					{}
.green						{}

#wrapper					{ width: 1920px; height: 1080px; }

header						{ background: #1f1f1f; width: 1920px; height: 164px; }
#logo						{ width: 860px; height: 134px; float: left; padding: 30px 0 0 60px;}
.logo						{ font-size: 48px; color: #d9d7d0; }
.logo_sub					{ font-size: 24px; color: #d9d7d0; }
#date 						{ width: 940px; height: 134px; float: left; text-align: right; padding: 30px 60px 0 0; }
.date						{ font-size: 24px; color: #d9d7d0; }
.time						{ font-size: 48px; color: #d9d7d0; }

section						{ background: #f4f4f3; width: 1920px; height: 758px; }
article						{ width: 1700px; height: 80px; margin: 0 110px; padding-top: 20px; }
#banner						{ width: 1800px; height: 420px; padding: 0 60px; }
#spot_wrapper				{ width: 1800px; height: 236px; padding: 0 60px; }
.spot						{ width: 400px; height: 176px; float: left; padding: 30px 100px 30px 0px; margin: 0 50px; }
footer						{ background: #d9d7d0; width: 1810px; height: 118px; padding: 40px 0 0 110px; }
footer p					{ font-size: 48px; }

