* {
	margin: 0px; 
	padding: 0px;
	overflow: hidden;
	}

body {			
	}
	
#container {
	background-color: #22222e;
	height: 594px;
	width: 694px;
	border-radius: 15px;
	border: solid 3px;
	border-color: #c9c9c9;
	}

#head {
	margin-top: 10px;
	text-align: center;
	font-family: RotisSerifTS, Lucida Calligraphy, Times New Roman;
	}

p,h1 {
	color: white;
	font-family: RotisSerifTS, Lucida Calligraphy, Times New Roman;
	}
	
#content {
	width: 650px;
	text-align: justify;
	margin-top: 30px;
	margin-left: 22px;
	font-size: 18px;
	}
	
#kep {
	background-image: url("../Pictures/merleg1.jpg");
	height: 200px;
	width: 300px;
	border-radius: 10px;
	border: solid 3px;
	border-color: #c9c9c9;
	margin-left: 175px;
	margin-top: 70px;
	}