@charset "utf-8";
#container {
	text-align: right;
	height: 222px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/login/Login.jpg);
	background-repeat: no-repeat;
	margin-top: 200px;
	background-color: #000000;
	background-position: right top;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#body {
	background-color: #1B1B1B;
}
