@charset "UTF-8";
@import url("index.html.css");
/* CSS Document */

body {
	background-color:#000;
	border-style: none;
}
#container {
	margin:auto;
	width:700px;
	height:700px;
	background-color:#000;
	top:50px;
	position: relative;
	border-style: none;
	border: 0px;
}
