/* ------------------------------------------

  reset

------------------------------------------ */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, span, a, img, em, ins, del, cite, abbr, sup, sub, dfn, code, var, samp, kbd, object, script, noscript, style, iframe, embed, param, map, area,
menu, hr, address, small, strong, i, b,
article, aside, figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp, bdo, source, canvas, details, summary, command,
datalist, keygen, output, progress, meter {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav,  section, summary {
	display: block;
}

li {
	list-style-type: none;
}


a img {
	border: none;
}

img {
	vertical-align: bottom;
}



body{
	background: url("../images/back.jpg") repeat-x;
	}
	*{margin: 0; padding: 0;}
	
img{vertical-align: bottom;}
h1.logo{
	background: url("../images/logo_bk.jpg") center bottom repeat-y;
	display: block;
	width: 200px;
	padding-bottom:-10px;
	position: absolute;
	top: 0px;
	}
header{
	height: 120px;
	}
#companyInfoPage{
	margin: 10px auto;
	width: 600px;
	
	}
address{
	margin: 20px;
	}
footer{
	text-align: center;
	font-size: 12px;
	
	}
	
p{line-height: 1.8;
	color: #333;
	font-size: 14px;
}
p.at{
	text-align: center;
	}