@charset "utf-8";

body {
	background-color:#333954;
}

#container {
	position: absolute;
	top: 40%;
	left: 50%;
	width: inherit;
	height: inherit;
	margin-left: -150px; /* half the width (remember padding) */
	margin-top: -150px; /* half the height (remember padding) */
}

#lg {
	width: 250px;
	height: 250px;
	padding: 25px 25px 0 25px;
}

#txt {
	width: 300px;
	height: 50px;
	/* border-bottom: 3px solid #E5E5E5; */
	/* padding: 5px; */
	
}
