@charset "utf-8";
/* CSS Document */
body {
		background-image: url("baclgrpiund.gif"); 
		background-color: #526B83;
		
		
	}
#ett {
		background-color: white;
		width: 400px;
		height: 320px;
		position: relative;
		left: calc(50% - 200px);
		top: 50px;
		border-radius: 10px;
	}
p {
	position: relative;
	left: 10px;
	top: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", "serif";
	font-size: 15px
	}
img {
	position: relative;
	width: 300px;
	height: 200px;
	left: 50px;
	border-radius: 10px;
	top: 10px;
	}