* {
	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/books-glasses.jpg");
	height: 249px;
	width: 400px;
	border-radius: 10px;
	border: solid 3px;
	border-color: #c9c9c9;
	margin-top: 100px;
	margin-left: 125px;
	}	