@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	width:100%;
}
body {
	font:11px/13px normal Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/bg.png) no-repeat left 78px #262016;
}
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
	padding:0;
	margin:0;
	border:0;
}
h1,h2,h3,h4,h5{
	display:inline;
}
img {
	display:block;
}
#logo{
	background:url(../images/logo_bg.png) #000;
	height:78px;
}
#area{
	padding:30px 60px;
}
p{
	margin:40px 0;
}
h1{
	font-size:100px;
	line-height:100px;
}
h2{
	font-size:50px;
	line-height:50px;
}
h3{
	font-size:40px;
	line-height:40px;
}
h4{
	font-size:30px;
	line-height:30px;
}
h5{
	font-size:25px;
	line-height:25px;
}
