* {
	font-family: 'Times New Roman', Times, serif;
  }

body {
	background-image: url("assets/eggbg_250.jpg");
	background-size: 250px;
	background-repeat: repeat;
	cursor: url("assets/eggcursor1.png"), auto;
}

table {
	padding: 2px;
}

th, td {
	border: 2px inset #677077;
	padding: 5px;
}

img {
	max-width: 100%;
}

.smallbox {
	width: 88px;
	height: 31px;
	padding: 5px;
}

#wrapper {
	margin: auto;
	width: 900px;
	background-image: linear-gradient(#D1DAE3, #FDE2B5);
	
}

#maincontent {
	width: 750px;
	margin: auto;
	height: max-content;
	text-align: center;
	overflow: hidden;
}

#guestbook-wrapper {
}

#eggpicturestop {
	border: 9px outset #E1D1B8;
}

#eggpicturestop img {
	max-width: 45%;
}

#eggvideozone {
	border: 5px dashed #BF9668; 
}

#eggvideozone video {
	cursor: url("assets/eggcursor2.png"), auto;
}

#egginteractionzone {
	border: 5px dotted #684F31;
}

#eggstarebutton {
	margin: 5px;
	padding: 5px;
	background-image: url("assets/eggstare.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 150px;
	width: 235px;
	color: yellow;
	font-weight: bolder;
	font-size: 26px;
	cursor: url("assets/eggcursor2.png"), auto;
}
#guestbook {
	width: 500px;
	height: 500px;
}

#eggswatch * {
	margin: auto;   
}

#webring {
	width: 100px;
}

#webring img {
	height: 31px;
	width: 88px;
}