@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

height, body{
	height:100%;
	}

body{
	background:#555555 url(../img/bg.gif);
	font-size:11px;
	}

#container{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1010px;
	height: 600px;
	margin-top: -300px;
	margin-left: -505px;
	overflow: auto;
	}