@charset "UTF-8";
/* CSS Document */


/* common - based on Eric Meyer's reset, you shouldn't change this section
======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
}
html { height:100%; }
body {
	color:#444;
	font-family: Futura, Arial, Helvetica, sans-serif;
	height:100%;
	font-size:13px;
}
#container {
	position:absolute;
	width: 300px;
	height:344px;
	left:50%; top:50%;
	margin-left:-150px;margin-top:-172px;
}