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

html, body {
background-color:#fff;
    height: 100%;
	width:100%;
    margin: 0;
    padding: 0;
    border: 0;
}

#container {
	width: 800px;
	height: 420px;
	position:absolute;
top:50%;
left:50%;
margin:-270px 0 0 -400px;
}

