@charset UTF-8;

/* =====================================================================

Title : teaser.css
for   :	Reset layouts and teaser style

------------------------------------------------------------------------

===================================================================== */

/*reset css
===================================================================== */
body {
	background: url(../img/teaser/bg.jpg) repeat;
}

div#content {
	width: 865px;
	height: 535px;
	margin: -300px 0 0 -440px;
	position: absolute;
	top: 50%;
	left: 50%;
	
}

/*reset css
===================================================================== */

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

hr {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,
ins, del, a, img, object {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	outline:none;
}

img {
	vertical-align: middle;
}
