@charset "utf-8";
/* ------------------------------------------------------
	block element centering style.
------------------------------------------------------ */

* { margin: 0; padding: 0; }

html {
	display: table;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both
}

body{
	margin: 0 auto;
	padding: 0;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	background-attachment: scroll;
	background-position: center !important;
	background-repeat: no-repeat;
	display: table-cell;
	vertical-align: middle
}

#logobox {
	width: 900px;
	height: 420px;
    top: 50%;
    left: 50%;
    margin-left: -450px;
	margin-top: -210px;
    position: absolute;
	text-align: center;
}

address {
	margin: 5px 10px 0 0;
	font-size: 12px;
	text-align: right !important;
}

/* for IE6 */
* html body {
	text-align: center;
	height: 100%;
}

* html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

/* for IE7 */
*:first-child+html body {
	text-align: center;
	height: 100%;
}

*:first-child+html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}