@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	background-color: #eee;
}
p {
	margin: 1em;
}
.comments {
	background-color: #e3e3e3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}
#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:30em;
	height:21em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

